From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756133Ab1KHQL2 (ORCPT ); Tue, 8 Nov 2011 11:11:28 -0500 Received: from va3ehsobe001.messaging.microsoft.com ([216.32.180.11]:22044 "EHLO VA3EHSOBE001.bigfish.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755158Ab1KHQL0 (ORCPT ); Tue, 8 Nov 2011 11:11:26 -0500 X-SpamScore: 0 X-BigFish: VPS0(zzzz1202hzz8275bhz2dh668h839h62h) X-Spam-TCS-SCL: 1:0 X-Forefront-Antispam-Report: CIP:163.181.249.109;KIP:(null);UIP:(null);IPV:NLI;H:ausb3twp02.amd.com;RD:none;EFVD:NLI X-WSS-ID: 0LUCNMU-02-2VB-02 X-M-MSG: From: Joerg Roedel To: Tony Lindgren , Russell King CC: , , , Joerg Roedel Subject: [PATCH] arm: cpuidle34xx.c: Fix compile error Date: Tue, 8 Nov 2011 17:11:05 +0100 Message-ID: <1320768665-9759-1-git-send-email-joerg.roedel@amd.com> X-Mailer: git-send-email 1.7.5.4 MIME-Version: 1.0 Content-Type: text/plain X-OriginatorOrg: amd.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add missing module.h include to provide THIS_MODULE. Signed-off-by: Joerg Roedel --- arch/arm/mach-omap2/cpuidle34xx.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/cpuidle34xx.c b/arch/arm/mach-omap2/cpuidle34xx.c index 1fe35c2..158c17e 100644 --- a/arch/arm/mach-omap2/cpuidle34xx.c +++ b/arch/arm/mach-omap2/cpuidle34xx.c @@ -24,6 +24,7 @@ #include #include +#include #include #include -- 1.7.5.4