mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 06:37:59 +00:00
dsa: Remove unnecessary exports
I mistakenly exported functions from slave.c that are only called from dsa.c, part of the same module. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Acked-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8317e2047e
commit
fa67a04497
1 changed files with 0 additions and 2 deletions
|
@ -45,7 +45,6 @@ void dsa_slave_mii_bus_init(struct dsa_switch *ds)
|
||||||
ds->master_mii_bus->id, ds->pd->sw_addr);
|
ds->master_mii_bus->id, ds->pd->sw_addr);
|
||||||
ds->slave_mii_bus->parent = &ds->master_mii_bus->dev;
|
ds->slave_mii_bus->parent = &ds->master_mii_bus->dev;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(dsa_slave_mii_bus_init);
|
|
||||||
|
|
||||||
|
|
||||||
/* slave device handling ****************************************************/
|
/* slave device handling ****************************************************/
|
||||||
|
@ -403,4 +402,3 @@ dsa_slave_create(struct dsa_switch *ds, struct device *parent,
|
||||||
|
|
||||||
return slave_dev;
|
return slave_dev;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(dsa_slave_create);
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue