Commit 39f2b94e authored by Kai Germaschewski's avatar Kai Germaschewski

EXPORT_SYMBOL: Remove EXPORT_NO_SYMBOLS from net/*

parent 9f900912
......@@ -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");
......@@ -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");
......
......@@ -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;
......
......@@ -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
......
......@@ -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
......
......@@ -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");
......
......@@ -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");
......
......@@ -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");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment