lkml.org 
[lkml]   [2004]   [Aug]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] fix compile warning in init/main.c

--- 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:05    [W:0.143 / U:0.308 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site