|
@@ -61,7 +61,7 @@ static struct bus_type bcma_bus_type = {
|
|
|
.dev_attrs = bcma_device_attrs,
|
|
|
};
|
|
|
|
|
|
-static struct bcma_device *bcma_find_core(struct bcma_bus *bus, u16 coreid)
|
|
|
+struct bcma_device *bcma_find_core(struct bcma_bus *bus, u16 coreid)
|
|
|
{
|
|
|
struct bcma_device *core;
|
|
|
|
|
@@ -71,6 +71,7 @@ static struct bcma_device *bcma_find_core(struct bcma_bus *bus, u16 coreid)
|
|
|
}
|
|
|
return NULL;
|
|
|
}
|
|
|
+EXPORT_SYMBOL_GPL(bcma_find_core);
|
|
|
|
|
|
static void bcma_release_core_dev(struct device *dev)
|
|
|
{
|