]> git.hungrycats.org Git - linux/commitdiff
fix main.c build warning
authorLen Brown <len.brown@intel.com>
Sat, 14 Aug 2004 12:24:17 +0000 (08:24 -0400)
committerLen Brown <lenb@dhcppc3.>
Sat, 14 Aug 2004 12:24:17 +0000 (08:24 -0400)
init/main.c

index 329c1a9ca024beb99d9e217af62e952b4826cac4..7fff4d85685e0c1cea09047ec1de76da792c4bd4 100644 (file)
@@ -94,7 +94,7 @@ extern void prepare_namespace(void);
 #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