summaryrefslogtreecommitdiffstats
path: root/drivers/bcma/main.c
diff options
context:
space:
mode:
authorHauke Mehrtens2013-01-04 00:51:20 +0100
committerJohn W. Linville2013-01-07 21:18:28 +0100
commit929a03aeb149017e88fbe5878c2b6585cfda8704 (patch)
treec21022e2d39adc1cbdc9c5ab9869e365e305b4bf /drivers/bcma/main.c
parentath9k_hw: Fix calibration for AR9340 (diff)
downloadkernel-qcow2-linux-929a03aeb149017e88fbe5878c2b6585cfda8704.tar.gz
kernel-qcow2-linux-929a03aeb149017e88fbe5878c2b6585cfda8704.tar.xz
kernel-qcow2-linux-929a03aeb149017e88fbe5878c2b6585cfda8704.zip
bcma: make bcma_find_core_unit() accessible
This bcma_find_core_unit() is needed by the mips driver in the next patch. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/bcma/main.c')
-rw-r--r--drivers/bcma/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/bcma/main.c b/drivers/bcma/main.c
index 53ba20ca17e0..d12b7da556e1 100644
--- a/drivers/bcma/main.c
+++ b/drivers/bcma/main.c
@@ -81,8 +81,8 @@ struct bcma_device *bcma_find_core(struct bcma_bus *bus, u16 coreid)
}
EXPORT_SYMBOL_GPL(bcma_find_core);
-static struct bcma_device *bcma_find_core_unit(struct bcma_bus *bus, u16 coreid,
- u8 unit)
+struct bcma_device *bcma_find_core_unit(struct bcma_bus *bus, u16 coreid,
+ u8 unit)
{
struct bcma_device *core;