aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bcma/bcma_private.h
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-01-04 00:51:20 +0100
committerJohn W. Linville <linville@tuxdriver.com>2013-01-07 15:18:28 -0500
commit929a03aeb149017e88fbe5878c2b6585cfda8704 (patch)
treec21022e2d39adc1cbdc9c5ab9869e365e305b4bf /drivers/bcma/bcma_private.h
parentath9k_hw: Fix calibration for AR9340 (diff)
downloadlinux-dev-929a03aeb149017e88fbe5878c2b6585cfda8704.tar.xz
linux-dev-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/bcma_private.h')
-rw-r--r--drivers/bcma/bcma_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bcma/bcma_private.h b/drivers/bcma/bcma_private.h
index 4a2d72ec6d43..d35294e81d15 100644
--- a/drivers/bcma/bcma_private.h
+++ b/drivers/bcma/bcma_private.h
@@ -31,6 +31,8 @@ int __init bcma_bus_early_register(struct bcma_bus *bus,
int bcma_bus_suspend(struct bcma_bus *bus);
int bcma_bus_resume(struct bcma_bus *bus);
#endif
+struct bcma_device *bcma_find_core_unit(struct bcma_bus *bus, u16 coreid,
+ u8 unit);
/* scan.c */
int bcma_bus_scan(struct bcma_bus *bus);