|
@@ -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;
|
|
|
|