dsa: Export functions from core to modules
Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
cf50dcc24f
commit
ad293b8a21
@@ -45,6 +45,7 @@ void dsa_slave_mii_bus_init(struct dsa_switch *ds)
|
||||
ds->master_mii_bus->id, ds->pd->sw_addr);
|
||||
ds->slave_mii_bus->parent = &ds->master_mii_bus->dev;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(dsa_slave_mii_bus_init);
|
||||
|
||||
|
||||
/* slave device handling ****************************************************/
|
||||
@@ -402,3 +403,4 @@ dsa_slave_create(struct dsa_switch *ds, struct device *parent,
|
||||
|
||||
return slave_dev;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(dsa_slave_create);
|
||||
|
||||
Reference in New Issue
Block a user