[PATCH] fix compile warning in init/main.c

From: Christoph Hellwig
Date: Sat Aug 14 2004 - 09:25:57 EST



--- 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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/