[GIT PULL] omap2 sparse fixes
From: tony@atomide.com (Tony Lindgren)
Date: 2010-09-29 21:56:36
Also in:
linux-omap
* G, Manjunath Kondaiah [off-list ref] [100929 12:42]:
Tony,quoted
-----Original Message----- From: Tony Lindgren [mailto:tony at atomide.com] Sent: Wednesday, September 29, 2010 12:02 AM To: G, Manjunath Kondaiah Cc: linux-omap at vger.kernel.org; linux-arm-kernel at lists.infradead.org; Samuel Ortiz; Dmitry Torokhov; linux-mtd at lists.infradead.org; Russell King - ARM Linux Subject: Re: [GIT PULL] omap2 sparse fixes * G, Manjunath Kondaiah [off-list ref] [100928 08:26]:...quoted
Yes please take out all patches that are not in arch/arm/*omap*/ path. The others really should go to the driver maintainers. TonyHere is new branch which has only arch/arm/*omap*/ related patches.
Thanks. Noticed one more thing though: In your patch "OMAP: mach-omap2: Fix static function warnings" looks like you're adding omap2_gp_clockevent_set_gptimer twice:
--- a/arch/arm/plat-omap/include/plat/timer-gp.h
+++ b/arch/arm/mach-omap2/timer-gp.h@@ -11,7 +11,6 @@ #ifndef __ARCH_ARM_PLAT_OMAP_INCLUDE_MACH_TIMER_GP_H #define __ARCH_ARM_PLAT_OMAP_INCLUDE_MACH_TIMER_GP_H -int __init omap2_gp_clockevent_set_gptimer(u8 id); +extern int __init omap2_gp_clockevent_set_gptimer(u8 id); #endif - --- a/arch/arm/plat-omap/include/plat/dmtimer.h +++ b/arch/arm/plat-omap/include/plat/dmtimer.h
@@ -81,6 +81,6 @@ unsigned int omap_dm_timer_read_counter(struct omap_dm_timer *timer); void omap_dm_timer_write_counter(struct omap_dm_timer *timer, unsigned int value); int omap_dm_timers_active(void); - +int omap2_gp_clockevent_set_gptimer(u8 id); #endif /* __ASM_ARCH_DMTIMER_H */
Please also be careful that your branch contains the same patches as you've posted for review. Nobody wants to pull different stuff than what was posted! Also looks like Paul had one comment related to the same patch. Regards, Tony