diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-05-23 01:09:24 -0500 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-05-23 01:09:24 -0500 |
| commit | 39f2b94ec9fd46deac5a1390d217e376295d9d4e (patch) | |
| tree | f258f01c4d7e6e0ed86ba9394a3b362392c7d88e /net/ipv4 | |
| parent | 9f90091245ee370470e7fd535958ea654159cabf (diff) | |
EXPORT_SYMBOL: Remove EXPORT_NO_SYMBOLS from net/*
Diffstat (limited to 'net/ipv4')
| -rw-r--r-- | net/ipv4/netfilter/ip_fw_compat.c | 1 | ||||
| -rw-r--r-- | net/ipv4/netfilter/ipt_ah.c | 1 | ||||
| -rw-r--r-- | net/ipv4/netfilter/ipt_esp.c | 1 |
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 |
