* Ohad Ben-Cohen <ohad@xxxxxxxxxx> [121021 07:56]: > On Fri, Oct 19, 2012 at 7:07 PM, Tony Lindgren <tony@xxxxxxxxxxx> wrote: > --- a/arch/arm/mach-davinci/board-da850-evm.c > +++ b/arch/arm/mach-davinci/board-da850-evm.c > @@ -1401,13 +1401,9 @@ static __init int da850_wl12xx_init(void) > goto free_wlan_en; > } > > - da850_wl12xx_wlan_data.irq = gpio_to_irq(DA850_WLAN_IRQ); > - > - ret = wl12xx_set_platform_data(&da850_wl12xx_wlan_data); > - if (ret) { > - pr_err("Could not set wl12xx data: %d\n", ret); > + ret = wl12xx_board_init(&da850_wl12xx_wlan_data, DA850_WLAN_IRQ); > + if (ret) > goto free_wlan_irq; > - } > > return 0; I don't think mach-davinci has wl12xx_board_init() available? Maybe leave this out or define also also somewhere for mach-davinci? Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html