[PATCH -next] x86/platform: geode/alix.c needs module.h

From: Randy Dunlap
Date: Sat Jul 30 2011 - 00:15:55 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>

geode/alix.c uses interfaces from linux/module.h, so it should
include that file. This fixes build errors.

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
---
arch/x86/platform/geode/alix.c | 1 +
1 file changed, 1 insertion(+)

--- linux-next-20110729.orig/arch/x86/platform/geode/alix.c
+++ linux-next-20110729/arch/x86/platform/geode/alix.c
@@ -19,6 +19,7 @@
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/io.h>
+#include <linux/module.h>
#include <linux/string.h>
#include <linux/leds.h>
#include <linux/platform_device.h>
--
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/