summaryrefslogtreecommitdiff
path: root/net/ipv4
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-05-23 01:09:24 -0500
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-05-23 01:09:24 -0500
commit39f2b94ec9fd46deac5a1390d217e376295d9d4e (patch)
treef258f01c4d7e6e0ed86ba9394a3b362392c7d88e /net/ipv4
parent9f90091245ee370470e7fd535958ea654159cabf (diff)
EXPORT_SYMBOL: Remove EXPORT_NO_SYMBOLS from net/*
Diffstat (limited to 'net/ipv4')
-rw-r--r--net/ipv4/netfilter/ip_fw_compat.c1
-rw-r--r--net/ipv4/netfilter/ipt_ah.c1
-rw-r--r--net/ipv4/netfilter/ipt_esp.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/net/ipv4/netfilter/ip_fw_compat.c b/net/ipv4/netfilter/ip_fw_compat.c
index 021d125f3907..4dfe058d38f3 100644
--- a/net/ipv4/netfilter/ip_fw_compat.c
+++ b/net/ipv4/netfilter/ip_fw_compat.c
@@ -18,7 +18,6 @@ struct notifier_block;
/* Theoretically, we could one day use 2.4 helpers, but for now it
just confuses depmod --RR */
-EXPORT_NO_SYMBOLS;
static struct firewall_ops *fwops;
diff --git a/net/ipv4/netfilter/ipt_ah.c b/net/ipv4/netfilter/ipt_ah.c
index b027d4aa3a6c..2e6b9b0913bb 100644
--- a/net/ipv4/netfilter/ipt_ah.c
+++ b/net/ipv4/netfilter/ipt_ah.c
@@ -5,7 +5,6 @@
#include <linux/netfilter_ipv4/ipt_ah.h>
#include <linux/netfilter_ipv4/ip_tables.h>
-EXPORT_NO_SYMBOLS;
MODULE_LICENSE("GPL");
#ifdef DEBUG_CONNTRACK
diff --git a/net/ipv4/netfilter/ipt_esp.c b/net/ipv4/netfilter/ipt_esp.c
index e8305b6c592c..3cac00648448 100644
--- a/net/ipv4/netfilter/ipt_esp.c
+++ b/net/ipv4/netfilter/ipt_esp.c
@@ -5,7 +5,6 @@
#include <linux/netfilter_ipv4/ipt_esp.h>
#include <linux/netfilter_ipv4/ip_tables.h>
-EXPORT_NO_SYMBOLS;
MODULE_LICENSE("GPL");
#ifdef DEBUG_CONNTRACK