From f86e18b739d8f6f8f714a4ce0cb38f6ac58b1108 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 7 Aug 2009 10:11:01 -0700 Subject: [PATCH] datapath: Unexport functions only used in openvswitch_mod. --- datapath/dp_dev.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/datapath/dp_dev.c b/datapath/dp_dev.c index 422af0205..d11e7f6f7 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); -- 2.43.0