wlcore: move wl12xx_platform_data up and make it truly optional
authorLuciano Coelho <coelho@ti.com>
Fri, 25 Jan 2013 10:05:34 +0000 (12:05 +0200)
committerLuciano Coelho <coelho@ti.com>
Fri, 8 Feb 2013 08:05:02 +0000 (10:05 +0200)
commit6cc9efed707c575a9e5880ea68f8b9d36b235f1f
tree205ce4c92ece7ea5c3020b9ce12ca801e08642af
parent06ab4058ea418d8503458bea386961b9dd554356
wlcore: move wl12xx_platform_data up and make it truly optional

The platform data is used not only by wlcore-based drivers, but also
by wl1251.  Move it up in the directory hierarchy to reflect this.

Additionally, make it truly optional.  At the moment, disabling
platform data while wl1251_sdio or wlcore_sdio are enabled doesn't
work, but it will be necessary when device tree support is
implemented.

Signed-off-by: Luciano Coelho <coelho@ti.com>
Reviewed-by: Felipe Balbi <balbi@ti.com>
arch/arm/mach-omap2/board-omap3evm.c
drivers/net/wireless/ti/Kconfig
drivers/net/wireless/ti/Makefile
drivers/net/wireless/ti/wilink_platform_data.c [new file with mode: 0644]
drivers/net/wireless/ti/wlcore/Kconfig
drivers/net/wireless/ti/wlcore/Makefile
drivers/net/wireless/ti/wlcore/wl12xx_platform_data.c [deleted file]
include/linux/wl12xx.h