From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] ARM: OMAP: dmtimer: Include linux/module.h Date: Fri, 4 Nov 2011 17:14:29 -0700 Message-ID: <20111105001429.GK31337@atomide.com> References: <1320198586.9065.2.camel@phoenix> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1320198586.9065.2.camel@phoenix> Sender: linux-kernel-owner@vger.kernel.org To: Axel Lin Cc: linux-kernel@vger.kernel.org, Paul Gortmaker , Russell King , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org * Axel Lin [111101 18:15]: > Include linux/module.h to fix below build error: ... > I got the build error by make omap2plus_defconfig on linux-next 20111101. > > arch/arm/plat-omap/dmtimer.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/plat-omap/dmtimer.c b/arch/arm/plat-omap/dmtimer.c > index 2def4e1..af3b92b 100644 > --- a/arch/arm/plat-omap/dmtimer.c > +++ b/arch/arm/plat-omap/dmtimer.c > @@ -35,6 +35,7 @@ > * 675 Mass Ave, Cambridge, MA 02139, USA. > */ > > +#include > #include > #include > #include Thanks, applying into fixes. Tony