summaryrefslogtreecommitdiffstats
path: root/kernel/linux/net/bridge
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-08-22 17:39:28 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-08-22 17:39:28 +0000
commit9610816b57bf1994d98d72d72c6b4147e05678c6 (patch)
tree4e341b09b5c12c6ad7f37cbd3b2ad77a4690901f /kernel/linux/net/bridge
parent27090c14799c2417dff3ef6ac7a9042d23d54a96 (diff)
*** empty log message ***
Diffstat (limited to 'kernel/linux/net/bridge')
-rw-r--r--kernel/linux/net/bridge/netfilter/ebt_arpreply.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/linux/net/bridge/netfilter/ebt_arpreply.c b/kernel/linux/net/bridge/netfilter/ebt_arpreply.c
index 91bb1ca..e441671 100644
--- a/kernel/linux/net/bridge/netfilter/ebt_arpreply.c
+++ b/kernel/linux/net/bridge/netfilter/ebt_arpreply.c
@@ -80,4 +80,5 @@ static void __exit fini(void)
module_init(init);
module_exit(fini);
+EXPORT_NO_SYMBOLS;
MODULE_LICENSE("GPL");