compat-wireless: fix compilation warning for wl12xx
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Wed, 30 Mar 2011 21:02:39 +0000 (14:02 -0700)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Wed, 30 Mar 2011 21:15:17 +0000 (14:15 -0700)
commit7b4debf48b81d7e7e0e2915b81ad6a4af57cb5d1
tree2a77a8efb0ae6513ff3b4f9fa6cd439c85c970bf
parentc6e514aa9849e7ec78c6839b12eacc03b416d692
compat-wireless: fix compilation warning for wl12xx

This should fix this compilation:

  MODPOST 32 modules
WARNING: "wl12xx_get_platform_data"
[/home/mcgrof/tmp/compat/compat-wireless-2.6.39-rc1-2-s/drivers/net/wireless/wl1251/wl1251_sdio.ko] undefined!

This is caused because CONFIG_WL12XX is defined on older
kernels and we need to depend on the platform data
(CONFIG_WL12XX_PLATFORM_DATA) to build CONFIG_WL12XX_SDIO.
Since we cannot disable a config option just rename the config
option.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
config.mk
patches/08-rename-config-options.patch