linux-stable/arch/m68k/apollo
Geert Uytterhoeven 676ca3c3fd m68k: apollo: Add and use "apollo.h"
When building with W=1:

    arch/m68k/apollo/dn_ints.c:43:13: warning: no previous prototype for ‘dn_init_IRQ’ [-Wmissing-prototypes]
       43 | void __init dn_init_IRQ(void)
	  |             ^~~~~~~~~~~

Fix this by introducing a new header file "apollo.h" for holding the
prototypes of functions implemented in arch/m68k/apollo/.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/d78eceb83b8dd1931be1789204898060664e23f6.1694613528.git.geert@linux-m68k.org
2023-10-06 10:03:02 +02:00
..
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
apollo.h m68k: apollo: Add and use "apollo.h" 2023-10-06 10:03:02 +02:00
config.c m68k: apollo: Add and use "apollo.h" 2023-10-06 10:03:02 +02:00
dn_ints.c m68k: apollo: Add and use "apollo.h" 2023-10-06 10:03:02 +02:00