* [PATCH] fix compile warning in init/main.c
@ 2004-08-14 14:24 Christoph Hellwig
0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2004-08-14 14:24 UTC (permalink / raw)
To: akpm; +Cc: linux-kernel
--- 1.150/init/main.c 2004-08-14 07:12:08 +02:00
+++ edited/init/main.c 2004-08-14 16:15:53 +02:00
@@ -96,7 +96,7 @@
#ifdef CONFIG_ACPI
extern void acpi_early_init(void);
#else
-static inline acpi_early_init() { }
+static inline void acpi_early_init(void) { }
#endif
#ifdef CONFIG_TC
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-08-14 14:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-14 14:24 [PATCH] fix compile warning in init/main.c Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox