projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ceda58
)
datapath: Unexport functions only used in openvswitch_mod.
author
Ben Pfaff
<blp@nicira.com>
Fri, 7 Aug 2009 17:11:01 +0000
(10:11 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Fri, 7 Aug 2009 22:05:47 +0000
(15:05 -0700)
datapath/dp_dev.c
patch
|
blob
|
history
diff --git
a/datapath/dp_dev.c
b/datapath/dp_dev.c
index 422af0205d55466f2483f7799c93f9a09bd2657b..d11e7f6f756f4880e8dfbef9616c39ea006b028e 100644
(file)
--- a/
datapath/dp_dev.c
+++ b/
datapath/dp_dev.c
@@
-28,7
+28,6
@@
struct datapath *dp_dev_get_dp(struct net_device *netdev)
{
return dp_dev_priv(netdev)->dp;
}
-EXPORT_SYMBOL(dp_dev_get_dp);
static struct net_device_stats *dp_dev_get_stats(struct net_device *netdev)
{
@@
-235,4
+234,3
@@
int is_dp_dev(struct net_device *netdev)
{
return netdev->open == dp_dev_open;
}
-EXPORT_SYMBOL(is_dp_dev);