[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20071024162425.GI30533@stusta.de>
Date: Wed, 24 Oct 2007 18:24:25 +0200
From: Adrian Bunk <bunk@...nel.org>
To: Stephen Hemminger <shemminger@...ux-foundation.org>
Cc: netdev@...r.kernel.org
Subject: [2.6 patch] unexport softnet_data
The EXPORT_PER_CPU_SYMBOL(softnet_data) is no longer used.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
6bf19ad197b0076e48be8720659d38413d438e26
diff --git a/net/core/dev.c b/net/core/dev.c
index 38b03da..113d216 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -4469,4 +4469,3 @@ EXPORT_SYMBOL(br_fdb_put_hook);
EXPORT_SYMBOL(dev_load);
#endif
-EXPORT_PER_CPU_SYMBOL(softnet_data);
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists