[2.6 patch] unexport softnet_data

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Adrian Bunk
Date: Wednesday, October 24, 2007 - 9:24 am

The EXPORT_PER_CPU_SYMBOL(softnet_data) is no longer used.

Signed-off-by: Adrian Bunk <bunk@kernel.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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[2.6 patch] unexport softnet_data, Adrian Bunk, (Wed Oct 24, 9:24 am)
Re: [2.6 patch] unexport softnet_data, David Miller, (Fri Oct 26, 4:19 am)
RE: [2.6 patch] unexport softnet_data, Nelson, Shannon, (Fri Oct 26, 8:38 am)
Re: [2.6 patch] unexport softnet_data, David Miller, (Wed Nov 7, 12:41 am)
RE: [2.6 patch] unexport softnet_data, Nelson, Shannon, (Wed Nov 7, 8:01 am)