From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH] arm: omap2: fix build failure Date: Thu, 17 Nov 2011 11:36:33 -0800 Message-ID: <87aa7u4k3i.fsf@ti.com> References: <1320726849-11854-1-git-send-email-tom.leiming@gmail.com> <87mxc61kpw.fsf@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from na3sys009aog117.obsmtp.com ([74.125.149.242]:44189 "EHLO na3sys009aog117.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752580Ab1KQTgl convert rfc822-to-8bit (ORCPT ); Thu, 17 Nov 2011 14:36:41 -0500 Received: by mail-ey0-f180.google.com with SMTP id 5so3644637eyg.25 for ; Thu, 17 Nov 2011 11:36:39 -0800 (PST) In-Reply-To: (Ming Lei's message of "Thu, 17 Nov 2011 11:00:18 +0800") Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Ming Lei Cc: tony@atomide.com, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Ming Lei writes: > On Wed, Nov 9, 2011 at 3:24 AM, Kevin Hilman wrote: >> tom.leiming@gmail.com writes: >> >>> From: Ming Lei >>> >>> The patch fixes the compile failure: >>> >>> =C2=A0 CC =C2=A0 =C2=A0 =C2=A0arch/arm/mach-omap2/cpuidle34xx.o >>> arch/arm/mach-omap2/cpuidle34xx.c:317:12: error: 'THIS_MODULE' >>> undeclared here (not in a function) >>> make[1]: *** [arch/arm/mach-omap2/cpuidle34xx.o] Error 1 >>> make: *** [arch/arm/mach-omap2] Error 2 >>> make: *** Waiting for unfinished jobs.... >>> >>> Signed-off-by: Ming Lei >> >> FYI... >> >> Tony has already queued fix for this in his fixes branch. >> >> =C2=A0 =C2=A0 http://marc.info/?l=3Dlinux-arm-kernel&m=3D13207103662= 1713&w=3D2 > > The fix is not merged into 3.2.0-rc2-next-20111116+ yet... OK, but that doesn't mean you have to keep sending it. It just means Tony's fixes branch isn't in -next (yet.) Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-omap" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@ti.com (Kevin Hilman) Date: Thu, 17 Nov 2011 11:36:33 -0800 Subject: [PATCH] arm: omap2: fix build failure In-Reply-To: (Ming Lei's message of "Thu, 17 Nov 2011 11:00:18 +0800") References: <1320726849-11854-1-git-send-email-tom.leiming@gmail.com> <87mxc61kpw.fsf@ti.com> Message-ID: <87aa7u4k3i.fsf@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Ming Lei writes: > On Wed, Nov 9, 2011 at 3:24 AM, Kevin Hilman wrote: >> tom.leiming at gmail.com writes: >> >>> From: Ming Lei >>> >>> The patch fixes the compile failure: >>> >>> ? CC ? ? ?arch/arm/mach-omap2/cpuidle34xx.o >>> arch/arm/mach-omap2/cpuidle34xx.c:317:12: error: 'THIS_MODULE' >>> undeclared here (not in a function) >>> make[1]: *** [arch/arm/mach-omap2/cpuidle34xx.o] Error 1 >>> make: *** [arch/arm/mach-omap2] Error 2 >>> make: *** Waiting for unfinished jobs.... >>> >>> Signed-off-by: Ming Lei >> >> FYI... >> >> Tony has already queued fix for this in his fixes branch. >> >> ? ? http://marc.info/?l=linux-arm-kernel&m=132071036621713&w=2 > > The fix is not merged into 3.2.0-rc2-next-20111116+ yet... OK, but that doesn't mean you have to keep sending it. It just means Tony's fixes branch isn't in -next (yet.) Kevin