Re: [PATCH] arm: omap2: fix build failure

2011-11-17 Thread Kevin Hilman
Ming Lei tom.leim...@gmail.com writes: On Wed, Nov 9, 2011 at 3:24 AM, Kevin Hilman khil...@ti.com wrote: tom.leim...@gmail.com writes: From: Ming Lei tom.leim...@gmail.com The patch fixes the compile failure:   CC      arch/arm/mach-omap2/cpuidle34xx.o

Re: [PATCH] arm: omap2: fix build failure

2011-11-17 Thread Ming Lei
Hi, On Fri, Nov 18, 2011 at 3:36 AM, Kevin Hilman khil...@ti.com wrote: OK, but that doesn't mean you have to keep sending it.  It just means Tony's fixes branch isn't in -next (yet.) I do not care about which one is merged, but don't want to apply the fix patch manually for each test, :-)

Re: [PATCH] arm: omap2: fix build failure

2011-11-16 Thread Ming Lei
Hi, On Wed, Nov 9, 2011 at 3:24 AM, Kevin Hilman khil...@ti.com wrote: tom.leim...@gmail.com writes: From: Ming Lei tom.leim...@gmail.com The patch fixes the compile failure:   CC      arch/arm/mach-omap2/cpuidle34xx.o arch/arm/mach-omap2/cpuidle34xx.c:317:12: error: 'THIS_MODULE'

Re: [PATCH] arm: omap2: fix build failure

2011-11-08 Thread Kevin Hilman
tom.leim...@gmail.com writes: From: Ming Lei tom.leim...@gmail.com 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]: ***

[PATCH] arm: omap2: fix build failure

2011-11-07 Thread tom . leiming
From: Ming Lei tom.leim...@gmail.com 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: ***