Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
39f2b94e
Commit
39f2b94e
authored
May 23, 2002
by
Kai Germaschewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
EXPORT_SYMBOL: Remove EXPORT_NO_SYMBOLS from net/*
parent
9f900912
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
0 additions
and
12 deletions
+0
-12
net/bridge/br.c
net/bridge/br.c
+0
-2
net/decnet/af_decnet.c
net/decnet/af_decnet.c
+0
-1
net/ipv4/netfilter/ip_fw_compat.c
net/ipv4/netfilter/ip_fw_compat.c
+0
-1
net/ipv4/netfilter/ipt_ah.c
net/ipv4/netfilter/ipt_ah.c
+0
-1
net/ipv4/netfilter/ipt_esp.c
net/ipv4/netfilter/ipt_esp.c
+0
-1
net/netrom/af_netrom.c
net/netrom/af_netrom.c
+0
-2
net/rose/af_rose.c
net/rose/af_rose.c
+0
-2
net/x25/af_x25.c
net/x25/af_x25.c
+0
-2
No files found.
net/bridge/br.c
View file @
39f2b94e
...
...
@@ -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"
);
net/decnet/af_decnet.c
View file @
39f2b94e
...
...
@@ -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"
);
...
...
net/ipv4/netfilter/ip_fw_compat.c
View file @
39f2b94e
...
...
@@ -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
;
...
...
net/ipv4/netfilter/ipt_ah.c
View file @
39f2b94e
...
...
@@ -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
...
...
net/ipv4/netfilter/ipt_esp.c
View file @
39f2b94e
...
...
@@ -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
...
...
net/netrom/af_netrom.c
View file @
39f2b94e
...
...
@@ -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"
);
...
...
net/rose/af_rose.c
View file @
39f2b94e
...
...
@@ -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"
);
...
...
net/x25/af_x25.c
View file @
39f2b94e
...
...
@@ -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"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment