[ovs-discuss] [NIC-19 01/10] datapath: Unexport functions only used in openvswitch_mod.

Ben Pfaff blp at nicira.com
Fri Aug 7 17:40:18 UTC 2009


---
 datapath/dp_dev.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/datapath/dp_dev.c b/datapath/dp_dev.c
index 422af02..d11e7f6 100644
--- 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);
-- 
1.6.3.3





More information about the discuss mailing list