RE: [PATCH V2]omap: mux.c warning removal

2010-05-11 Thread Munegowda, Keshava
> -Original Message- > From: Kevin Hilman [mailto:khil...@deeprootsystems.com] > Sent: Monday, May 10, 2010 9:42 PM > To: Munegowda, Keshava > Cc: linux-omap@vger.kernel.org; t...@atomide.com > Subject: Re: [PATCH V2]omap: mux.c warning removal > > &quo

Re: [PATCH V2]omap: mux.c warning removal

2010-05-10 Thread Tony Lindgren
* Kevin Hilman [100510 09:07]: > "Munegowda, Keshava" writes: > > > From: Keshava Munegowda > > > > This patch removes the below warning > > arch/arm/mach-omap2/mux.c:52: warning: 'mux_phys' defined but not used > > The definition of variable mux_phys should be enclosed in the macro > > CONFI

Re: [PATCH V2]omap: mux.c warning removal

2010-05-10 Thread Kevin Hilman
"Munegowda, Keshava" writes: > From: Keshava Munegowda > > This patch removes the below warning > arch/arm/mach-omap2/mux.c:52: warning: 'mux_phys' defined but not used > The definition of variable mux_phys should be enclosed in the macro > CONFIG_ARCH_OMAP3 > > Signed-off-by: Keshava Munegow

RE: [PATCH V2]omap: mux.c warning removal

2010-05-06 Thread Munegowda, Keshava
From: Keshava Munegowda This patch removes the below warning arch/arm/mach-omap2/mux.c:52: warning: 'mux_phys' defined but not used The definition of variable mux_phys should be enclosed in the macro CONFIG_ARCH_OMAP3 Signed-off-by: Keshava Munegowda Index: linux-2.6/arch/arm/mach-omap2/mux