summaryrefslogtreecommitdiff
path: root/backport
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2013-08-22 21:06:33 -0400
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-08-27 11:54:25 -0700
commit24b93fb791995edfe7544495996f86714350eaa5 (patch)
tree7a5d205b3ba91b7e7704287e306f936462ab681b /backport
parent5bb729709380c458fd530901b2978be4f635d35d (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 'backport')
-rw-r--r--backport/compat/compat-2.6.34.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/backport/compat/compat-2.6.34.c b/backport/compat/compat-2.6.34.c
index b257df13..4ae7f9a3 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