From: Solomon Peachy Date: Fri, 23 Aug 2013 01:06:33 +0000 (-0400) Subject: backports: Actually export the 2.6.34 sdio compat symbols X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=24b93fb791995edfe7544495996f86714350eaa5;p=openwrt%2Fstaging%2Fblogic.git backports: Actually export the 2.6.34 sdio compat symbols sdio_get_host_pm_caps() and sdio_set_host_pm_flags() were defined in compat-2.6.34 but not actually exported for other modules to use. The cw1200 driver needs sdio_set_host_pm_flags() properly exported. Signed-off-by: Solomon Peachy Signed-off-by: Luis R. Rodriguez --- diff --git a/backport/compat/compat-2.6.34.c b/backport/compat/compat-2.6.34.c index b257df13951f..4ae7f9a3c70c 100644 --- a/backport/compat/compat-2.6.34.c +++ b/backport/compat/compat-2.6.34.c @@ -23,11 +23,13 @@ mmc_pm_flag_t sdio_get_host_pm_caps(struct sdio_func *func) { return backport_mmc_pm_flags; } +EXPORT_SYMBOL_GPL(sdio_get_host_pm_caps); int sdio_set_host_pm_flags(struct sdio_func *func, mmc_pm_flag_t flags) { return -EINVAL; } +EXPORT_SYMBOL_GPL(sdio_set_host_pm_flags); /** * seq_hlist_start - start an iteration of a hlist diff --git a/dependencies b/dependencies index 8a3b0f6e2f5f..b285d9d39b59 100644 --- a/dependencies +++ b/dependencies @@ -36,7 +36,7 @@ P54_SPI 2.6.25 WL1251_SDIO 2.6.37 WLCORE_SDIO 2.6.38 -CW1200_WLAN_SDIO 2.6.34 +CW1200_WLAN_SDIO 2.6.32 CW1200_WLAN_SPI 2.6.35 BRCMFMAC 2.6.29