ssb: Export ssb_chipco_gpio_control - needed by N PHY code
The latest changes in the N PHY core require the symbol ssb_chipco_gpio_control to be exported. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
e9f08381cb
commit
85373ee817
@@ -370,6 +370,7 @@ u32 ssb_chipco_gpio_control(struct ssb_chipcommon *cc, u32 mask, u32 value)
|
|||||||
{
|
{
|
||||||
return chipco_write32_masked(cc, SSB_CHIPCO_GPIOCTL, mask, value);
|
return chipco_write32_masked(cc, SSB_CHIPCO_GPIOCTL, mask, value);
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL(ssb_chipco_gpio_control);
|
||||||
|
|
||||||
u32 ssb_chipco_gpio_intmask(struct ssb_chipcommon *cc, u32 mask, u32 value)
|
u32 ssb_chipco_gpio_intmask(struct ssb_chipcommon *cc, u32 mask, u32 value)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user