[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110729211451.b3dd3bfa.rdunlap@xenotime.net>
Date: Fri, 29 Jul 2011 21:14:51 -0700
From: Randy Dunlap <rdunlap@...otime.net>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
Andres Salomon <dilinger@...ued.net>,
linux-geode@...ts.infradead.org
Cc: linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
Matthew Garrett <mjg@...hat.com>,
platform-driver-x86@...r.kernel.org,
akpm <akpm@...ux-foundation.org>
Subject: [PATCH -next] x86/platform: geode/alix.c needs module.h
From: Randy Dunlap <rdunlap@...otime.net>
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@...otime.net>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists