From: Hauke Mehrtens Date: Wed, 27 Mar 2013 16:23:12 +0000 (+0100) Subject: bcma: export some gpio functions X-Git-Tag: v4.0~4055^2~21^2^2~191 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca84a6c5fb9306d6c8973b662bc93338dcb84ac7;p=platform%2Fkernel%2Flinux-amlogic.git bcma: export some gpio functions These functions will be used by brcmsmac. Signed-off-by: Hauke Mehrtens Signed-off-by: John W. Linville --- diff --git a/drivers/bcma/driver_chipcommon.c b/drivers/bcma/driver_chipcommon.c index 88db0cb..036c674 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) return res; } +EXPORT_SYMBOL_GPL(bcma_chipco_gpio_out); u32 bcma_chipco_gpio_outen(struct bcma_drv_cc *cc, u32 mask, u32 value) { @@ -226,6 +227,7 @@ u32 bcma_chipco_gpio_outen(struct bcma_drv_cc *cc, u32 mask, u32 value) return res; } +EXPORT_SYMBOL_GPL(bcma_chipco_gpio_outen); /* * If the bit is set to 0, chipcommon controlls this GPIO,