[PATCH -next] x86/platform: geode/alix.c needs module.h
From: Randy Dunlap <hidden>
Date: 2011-07-30 04:15:53
Also in:
lkml, platform-driver-x86
From: Randy Dunlap <hidden>
Date: 2011-07-30 04:15:53
Also in:
lkml, platform-driver-x86
From: Randy Dunlap <redacted> geode/alix.c uses interfaces from linux/module.h, so it should include that file. This fixes build errors. Signed-off-by: Randy Dunlap <redacted> --- 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>