On Fri, Oct 1, 2010 at 10:33 PM, Anand Gadiyar <gadiyar@xxxxxx> wrote: > Fix this build break when CONFIG_WL12XX_PLATFORM_DATA is not set. A similar fix was already submitted and is pending to be merged (http://permalink.gmane.org/gmane.linux.kernel.wireless.general/56595) > There are still many warnings about the function wl12xx_set_platform_data > being unused. Haven't fixed those. Ohad, care to take a look? Sure. Which warnings do you refer to (I haven't seen any) ? Thanks, Ohad. > > include/linux/wl12xx.h | 7 +++++++ > 1 file changed, 7 insertions(+) > > Index: linux-2.6/include/linux/wl12xx.h > =================================================================== > --- linux-2.6.orig/include/linux/wl12xx.h > +++ linux-2.6/include/linux/wl12xx.h > @@ -32,7 +32,14 @@ struct wl12xx_platform_data { > int board_ref_clock; > }; > > +#ifdef CONFIG_WL12XX_PLATFORM_DATA > int wl12xx_set_platform_data(const struct wl12xx_platform_data *data); > +#else > +static int wl12xx_set_platform_data(const struct wl12xx_platform_data *data) > +{ > + return 0; > +} > +#endif > const struct wl12xx_platform_data *wl12xx_get_platform_data(void); > > #endif > -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html