From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: [PATCH -next] x86/platform: geode/alix.c needs module.h Date: Fri, 29 Jul 2011 21:14:51 -0700 Message-ID: <20110729211451.b3dd3bfa.rdunlap@xenotime.net> References: <20110729173827.716f57ff6e00095a3efc6449@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from oproxy1-pub.bluehost.com ([66.147.249.253]:39048 "HELO oproxy1-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752998Ab1G3EP1 (ORCPT ); Sat, 30 Jul 2011 00:15:27 -0400 In-Reply-To: <20110729173827.716f57ff6e00095a3efc6449@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell , Andres Salomon , linux-geode@lists.infradead.org Cc: linux-next@vger.kernel.org, LKML , Matthew Garrett , platform-driver-x86@vger.kernel.org, akpm From: Randy Dunlap geode/alix.c uses interfaces from linux/module.h, so it should include that file. This fixes build errors. Signed-off-by: Randy Dunlap --- 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 #include #include +#include #include #include #include