From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: [PATCH -next] x86/platform: mrst/pmu.c needs module.h Date: Fri, 29 Jul 2011 21:14:59 -0700 Message-ID: <20110729211459.148eb8cc.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: In-Reply-To: <20110729173827.716f57ff6e00095a3efc6449@canb.auug.org.au> Sender: platform-driver-x86-owner@vger.kernel.org To: Stephen Rothwell , Len Brown , linux-pm@lists.linux-foundation.org Cc: linux-next@vger.kernel.org, LKML , Matthew Garrett , platform-driver-x86@vger.kernel.org, akpm List-Id: linux-next.vger.kernel.org From: Randy Dunlap mrst/pmu.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/mrst/pmu.c | 1 + 1 file changed, 1 insertion(+) --- linux-next-20110729.orig/arch/x86/platform/mrst/pmu.c +++ linux-next-20110729/arch/x86/platform/mrst/pmu.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include