Re: [PATCH 08/22] [v2] arch: consolidate arch_irq_work_raise prototypes
Geert Uytterhoeven <[email protected]>
| Newsgroups | gmane.linux.ports.m68k,gmane.linux.kernel,gmane.linux.kbuild.devel,gmane.linux.ports.alpha,gmane.linux.kernel.arc,gmane.linux.ports.arm.kernel,gmane.linux.ports.mips,gmane.linux.ports.ppc64.devel,gmane.linux.ports.riscv,gmane.linux.ports.sh.devel,gmane.linux.ports.sparc,gmane.linux.network,gmane.linux.ports.parisc,gmane.linux.usb.general,gmane.comp.video.dri.devel,gmane.linux.drivers.mtd |
|---|---|
| Message-ID | <CAMuHMdV8uFKntiMfwwmnFpd4Dcx8vJDwS6r1iBLtkh40N71dbw@mail.gmail.com> |
On Wed, Nov 8, 2023 at 2:01 PM Arnd Bergmann <[email protected]> wrote: > From: Arnd Bergmann <[email protected]> > > The prototype was hidden in an #ifdef on x86, which causes a warning: > > kernel/irq_work.c:72:13: error: no previous prototype for 'arch_irq_work_raise' [-Werror=missing-prototypes] This issue is now present upstream. > Some architectures have a working prototype, while others don't. > Fix this by providing it in only one place that is always visible. > > Acked-by: Catalin Marinas <[email protected]> > Acked-by: Palmer Dabbelt <[email protected]> > Acked-by: Guo Ren <[email protected]> > Reviewed-by: Alexander Gordeev <[email protected]> > Signed-off-by: Arnd Bergmann <[email protected]> Tested-by: Geert Uytterhoeven <[email protected]> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds