From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Thu, 8 Jul 2010 12:45:48 +0300 Subject: [PATCH 06/15] omap zoom2: wlan board muxing In-Reply-To: <2A3DCF3DA181AD40BDE86A3150B27B6B030E10C9B3@dbde02.ent.ti.com> References: <1278376666-3509-1-git-send-email-ohad@wizery.com> <1278376666-3509-7-git-send-email-ohad@wizery.com> <2A3DCF3DA181AD40BDE86A3150B27B6B030E10C9B3@dbde02.ent.ti.com> Message-ID: <20100708094548.GB1920@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Ghorai, Sukumar [100708 06:34]: > > @@ -71,6 +71,21 @@ static struct twl4030_platform_data zoom2_twldata = { > > > > #ifdef CONFIG_OMAP_MUX > > static struct omap_board_mux board_mux[] __initdata = { > > +#ifdef CONFIG_OMAP_ZOOM_WLAN > > [Ghorai] This is zoom board specific file, So why need this additional flag? Good point, the ifdef is unnecessary in for both zoom2 and zoom3. Will update in my queue to remove the ifdefs. Tony