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:
Ben Hutchings 2011-11-27 17:05:06 +00:00 committed by David S. Miller
parent 8317e2047e
commit fa67a04497
1 changed files with 0 additions and 2 deletions

View File

@ -45,7 +45,6 @@ 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 ****************************************************/
@ -403,4 +402,3 @@ dsa_slave_create(struct dsa_switch *ds, struct device *parent,
return slave_dev;
}
EXPORT_SYMBOL_GPL(dsa_slave_create);