diff options
| author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-03-27 12:23:12 -0400 |
|---|---|---|
| committer | John W. Linville <linville@tuxdriver.com> | 2013-03-27 13:39:09 -0400 |
| commit | ca84a6c5fb9306d6c8973b662bc93338dcb84ac7 (patch) | |
| tree | a04483da314fe08107fc66d081b6661bae3199e8 /drivers/bcma | |
| parent | 6951618b4b0bb022429ab17d49f2fa3650f21cb4 (diff) | |
bcma: export some gpio functions
These functions will be used by brcmsmac.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/bcma')
| -rw-r--r-- | drivers/bcma/driver_chipcommon.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bcma/driver_chipcommon.c b/drivers/bcma/driver_chipcommon.c index 88db0cb7bf19..036c6744b39b 100644 --- a/drivers/bcma/driver_chipcommon.c +++ b/drivers/bcma/driver_chipcommon.c | |||
| @@ -214,6 +214,7 @@ u32 bcma_chipco_gpio_out(struct bcma_drv_cc *cc, u32 mask, u32 value) | |||
| 214 | 214 | ||
| 215 | return res; | 215 | return res; |
| 216 | } | 216 | } |
| 217 | EXPORT_SYMBOL_GPL(bcma_chipco_gpio_out); | ||
| 217 | 218 | ||
| 218 | u32 bcma_chipco_gpio_outen(struct bcma_drv_cc *cc, u32 mask, u32 value) | 219 | u32 bcma_chipco_gpio_outen(struct bcma_drv_cc *cc, u32 mask, u32 value) |
| 219 | { | 220 | { |
| @@ -226,6 +227,7 @@ u32 bcma_chipco_gpio_outen(struct bcma_drv_cc *cc, u32 mask, u32 value) | |||
| 226 | 227 | ||
| 227 | return res; | 228 | return res; |
| 228 | } | 229 | } |
| 230 | EXPORT_SYMBOL_GPL(bcma_chipco_gpio_outen); | ||
| 229 | 231 | ||
| 230 | /* | 232 | /* |
| 231 | * If the bit is set to 0, chipcommon controlls this GPIO, | 233 | * If the bit is set to 0, chipcommon controlls this GPIO, |
