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 | |
| parent | 9f90091245ee370470e7fd535958ea654159cabf (diff) | |
EXPORT_SYMBOL: Remove EXPORT_NO_SYMBOLS from net/*
| -rw-r--r-- | net/bridge/br.c | 2 | ||||
| -rw-r--r-- | net/decnet/af_decnet.c | 1 | ||||
| -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 | ||||
| -rw-r--r-- | net/netrom/af_netrom.c | 2 | ||||
| -rw-r--r-- | net/rose/af_rose.c | 2 | ||||
| -rw-r--r-- | net/x25/af_x25.c | 2 |
8 files changed, 0 insertions, 12 deletions
diff --git a/net/bridge/br.c b/net/bridge/br.c index 9be42e03b40a..8c25f7db2517 100644 --- a/net/bridge/br.c +++ b/net/bridge/br.c @@ -74,8 +74,6 @@ static void __exit br_deinit(void) #endif } -EXPORT_NO_SYMBOLS; - module_init(br_init) module_exit(br_deinit) MODULE_LICENSE("GPL"); diff --git a/net/decnet/af_decnet.c b/net/decnet/af_decnet.c index 9bafdda7e90a..bd6284c35d40 100644 --- a/net/decnet/af_decnet.c +++ b/net/decnet/af_decnet.c @@ -2228,7 +2228,6 @@ void dn_unregister_sysctl(void); #ifdef MODULE -EXPORT_NO_SYMBOLS; MODULE_DESCRIPTION("The Linux DECnet Network Protocol"); MODULE_AUTHOR("Linux DECnet Project Team"); MODULE_LICENSE("GPL"); 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 diff --git a/net/netrom/af_netrom.c b/net/netrom/af_netrom.c index ebaae2dbd2da..36cb8dc0374f 100644 --- a/net/netrom/af_netrom.c +++ b/net/netrom/af_netrom.c @@ -1331,8 +1331,6 @@ static int __init nr_proto_init(void) module_init(nr_proto_init); -EXPORT_NO_SYMBOLS; - MODULE_PARM(nr_ndevs, "i"); MODULE_PARM_DESC(nr_ndevs, "number of NET/ROM devices"); diff --git a/net/rose/af_rose.c b/net/rose/af_rose.c index e183529c2320..a0c6f8982bc2 100644 --- a/net/rose/af_rose.c +++ b/net/rose/af_rose.c @@ -1512,8 +1512,6 @@ static int __init rose_proto_init(void) } module_init(rose_proto_init); -EXPORT_NO_SYMBOLS; - MODULE_PARM(rose_ndevs, "i"); MODULE_PARM_DESC(rose_ndevs, "number of ROSE devices"); diff --git a/net/x25/af_x25.c b/net/x25/af_x25.c index f70de78a143e..aba8ec2954af 100644 --- a/net/x25/af_x25.c +++ b/net/x25/af_x25.c @@ -1367,8 +1367,6 @@ module_init(x25_init); -EXPORT_NO_SYMBOLS; - MODULE_AUTHOR("Jonathan Naylor <g4klx@g4klx.demon.co.uk>"); MODULE_DESCRIPTION("The X.25 Packet Layer network layer protocol"); MODULE_LICENSE("GPL"); |
