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

2010-05-06 Thread Munegowda, Keshava
(muxmode_mutex); +static unsigned long mux_phys; #ifdef CONFIG_OMAP_MUX -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Thursday, May 06, 2010 2:52 AM To: Munegowda, Keshava Cc: linux-omap@vger.kernel.org; t...@atomide.com Subject: Re: [PATCH]omap: mux.c

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

2010-05-05 Thread Kevin Hilman
Munegowda, Keshava keshava_mgo...@ti.com writes: From: Keshava Munegowda a0393...@ti.com 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