diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2013-08-22 21:06:33 -0400 |
---|---|---|
committer | Luis R. Rodriguez <mcgrof@do-not-panic.com> | 2013-08-27 11:54:25 -0700 |
commit | 24b93fb791995edfe7544495996f86714350eaa5 (patch) | |
tree | 7a5d205b3ba91b7e7704287e306f936462ab681b /dependencies | |
parent | 5bb729709380c458fd530901b2978be4f635d35d (diff) |
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 <pizza@shaftnet.org>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Diffstat (limited to 'dependencies')
-rw-r--r-- | dependencies | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies b/dependencies index 8a3b0f6e..b285d9d3 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 |