projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8317e20
)
dsa: Remove unnecessary exports
author
Ben Hutchings
<
[email protected]
>
Sun, 27 Nov 2011 17:05:06 +0000
(17:05 +0000)
committer
David S. Miller
<
[email protected]
>
Tue, 29 Nov 2011 05:21:36 +0000
(
00:21
-0500)
I mistakenly exported functions from slave.c that are only called from
dsa.c, part of the same module.
Signed-off-by: Ben Hutchings <
[email protected]
>
Acked-by: Lennert Buytenhek <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/dsa/slave.c
patch
|
blob
|
history
diff --git
a/net/dsa/slave.c
b/net/dsa/slave.c
index c9d52ca2184d5d103685de6078cb17a7e60a612d..56cf9b8e1c7cd46ce0a6250cdff41dfbc41728d7 100644
(file)
--- a/
net/dsa/slave.c
+++ b/
net/dsa/slave.c
@@
-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);