Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
linux
Commits
f770c279
Commit
f770c279
authored
22 years ago
by
Kai Germaschewski
Browse files
Options
Download
Email Patches
Plain Diff
EXPORT_SYMBOL: Remove EXPORT_NO_SYMBOLS from drivers/*
parent
5b5c3dcb
Changes
136
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
10 additions
and
25 deletions
+10
-25
drivers/acorn/block/mfmhd.c
drivers/acorn/block/mfmhd.c
+0
-1
drivers/acorn/char/mouse_rpc.c
drivers/acorn/char/mouse_rpc.c
+1
-1
drivers/acorn/char/serial-card.c
drivers/acorn/char/serial-card.c
+0
-2
drivers/acorn/scsi/acornscsi.c
drivers/acorn/scsi/acornscsi.c
+1
-1
drivers/acorn/scsi/arxescsi.c
drivers/acorn/scsi/arxescsi.c
+1
-1
drivers/acorn/scsi/cumana_1.c
drivers/acorn/scsi/cumana_1.c
+1
-1
drivers/acorn/scsi/cumana_2.c
drivers/acorn/scsi/cumana_2.c
+1
-1
drivers/acorn/scsi/ecoscsi.c
drivers/acorn/scsi/ecoscsi.c
+1
-1
drivers/acorn/scsi/eesox.c
drivers/acorn/scsi/eesox.c
+1
-1
drivers/acorn/scsi/oak.c
drivers/acorn/scsi/oak.c
+1
-1
drivers/acorn/scsi/powertec.c
drivers/acorn/scsi/powertec.c
+1
-1
drivers/atm/ambassador.c
drivers/atm/ambassador.c
+0
-2
drivers/atm/eni.c
drivers/atm/eni.c
+0
-1
drivers/atm/firestream.c
drivers/atm/firestream.c
+1
-1
drivers/atm/horizon.c
drivers/atm/horizon.c
+0
-2
drivers/atm/idt77252.c
drivers/atm/idt77252.c
+0
-1
drivers/block/cciss.c
drivers/block/cciss.c
+0
-1
drivers/block/cpqarray.c
drivers/block/cpqarray.c
+0
-1
drivers/bluetooth/bluecard_cs.c
drivers/bluetooth/bluecard_cs.c
+0
-2
drivers/bluetooth/dtl1_cs.c
drivers/bluetooth/dtl1_cs.c
+0
-2
No files found.
drivers/acorn/block/mfmhd.c
View file @
f770c279
...
...
@@ -1459,7 +1459,6 @@ static int mfm_reread_partitions(kdev_t dev)
#ifdef MODULE
EXPORT_NO_SYMBOLS
;
MODULE_LICENSE
(
"GPL"
);
int
init_module
(
void
)
...
...
This diff is collapsed.
Click to expand it.
drivers/acorn/char/mouse_rpc.c
View file @
f770c279
...
...
@@ -87,4 +87,4 @@ module_exit(mouse_rpc_exit);
MODULE_AUTHOR
(
"Russell King"
);
MODULE_DESCRIPTION
(
"RiscPC mouse driver"
);
MODULE_LICENSE
(
"GPL"
);
EXPORT_NO_SYMBOLS
;
This diff is collapsed.
Click to expand it.
drivers/acorn/char/serial-card.c
View file @
f770c279
...
...
@@ -113,8 +113,6 @@ static void __exit serial_card_exit(void)
ecard_release
(
expcard
[
i
]);
}
EXPORT_NO_SYMBOLS
;
MODULE_AUTHOR
(
"Russell King"
);
MODULE_LICENSE
(
"GPL"
);
...
...
This diff is collapsed.
Click to expand it.
drivers/acorn/scsi/acornscsi.c
View file @
f770c279
...
...
@@ -3180,4 +3180,4 @@ module_exit(acornscsi_exit);
MODULE_AUTHOR
(
"Russell King"
);
MODULE_DESCRIPTION
(
"AcornSCSI driver"
);
MODULE_LICENSE
(
"GPL"
);
EXPORT_NO_SYMBOLS
;
This diff is collapsed.
Click to expand it.
drivers/acorn/scsi/arxescsi.c
View file @
f770c279
...
...
@@ -452,4 +452,4 @@ module_exit(exit_arxe_scsi_driver);
MODULE_AUTHOR
(
"Stefan Hanske"
);
MODULE_DESCRIPTION
(
"ARXESCSI driver for Acorn machines"
);
MODULE_LICENSE
(
"GPL"
);
EXPORT_NO_SYMBOLS
;
This diff is collapsed.
Click to expand it.
drivers/acorn/scsi/cumana_1.c
View file @
f770c279
...
...
@@ -426,4 +426,4 @@ module_init(cumanascsi_init);
module_exit
(
cumanascsi_exit
);
MODULE_LICENSE
(
"GPL"
);
EXPORT_NO_SYMBOLS
;
This diff is collapsed.
Click to expand it.
drivers/acorn/scsi/cumana_2.c
View file @
f770c279
...
...
@@ -605,4 +605,4 @@ MODULE_DESCRIPTION("Cumana SCSI-2 driver for Acorn machines");
MODULE_PARM
(
term
,
"1-8i"
);
MODULE_PARM_DESC
(
term
,
"SCSI bus termination"
);
MODULE_LICENSE
(
"GPL"
);
EXPORT_NO_SYMBOLS
;
This diff is collapsed.
Click to expand it.
drivers/acorn/scsi/ecoscsi.c
View file @
f770c279
...
...
@@ -299,4 +299,4 @@ module_exit(ecoscsi_exit);
MODULE_AUTHOR
(
"Russell King"
);
MODULE_DESCRIPTION
(
"Econet-SCSI driver for Acorn machines"
);
MODULE_LICENSE
(
"GPL"
);
EXPORT_NO_SYMBOLS
;
This diff is collapsed.
Click to expand it.
drivers/acorn/scsi/eesox.c
View file @
f770c279
...
...
@@ -602,4 +602,4 @@ MODULE_DESCRIPTION("EESOX 'Fast' SCSI driver for Acorn machines");
MODULE_PARM
(
term
,
"1-8i"
);
MODULE_PARM_DESC
(
term
,
"SCSI bus termination"
);
MODULE_LICENSE
(
"GPL"
);
EXPORT_NO_SYMBOLS
;
This diff is collapsed.
Click to expand it.
drivers/acorn/scsi/oak.c
View file @
f770c279
...
...
@@ -290,4 +290,4 @@ module_exit(oakscsi_exit);
MODULE_AUTHOR
(
"Russell King"
);
MODULE_DESCRIPTION
(
"Oak SCSI driver"
);
MODULE_LICENSE
(
"GPL"
);
EXPORT_NO_SYMBOLS
;
This diff is collapsed.
Click to expand it.
drivers/acorn/scsi/powertec.c
View file @
f770c279
...
...
@@ -502,4 +502,4 @@ MODULE_DESCRIPTION("Powertec SCSI driver");
MODULE_PARM
(
term
,
"1-8i"
);
MODULE_PARM_DESC
(
term
,
"SCSI bus termination"
);
MODULE_LICENSE
(
"GPL"
);
EXPORT_NO_SYMBOLS
;
This diff is collapsed.
Click to expand it.
drivers/atm/ambassador.c
View file @
f770c279
...
...
@@ -2581,8 +2581,6 @@ static void __init amb_check_args (void) {
/********** module stuff **********/
#ifdef MODULE
EXPORT_NO_SYMBOLS
;
MODULE_AUTHOR
(
maintainer_string
);
MODULE_DESCRIPTION
(
description_string
);
MODULE_LICENSE
(
"GPL"
);
...
...
This diff is collapsed.
Click to expand it.
drivers/atm/eni.c
View file @
f770c279
...
...
@@ -2340,5 +2340,4 @@ static void __exit eni_cleanup(void)
module_init
(
eni_init
);
module_exit
(
eni_cleanup
);
EXPORT_NO_SYMBOLS
;
MODULE_LICENSE
(
"GPL"
);
This diff is collapsed.
Click to expand it.
drivers/atm/firestream.c
View file @
f770c279
...
...
@@ -2124,4 +2124,4 @@ module_init(firestream_init_module);
module_exit
(
firestream_cleanup_module
);
MODULE_LICENSE
(
"GPL"
);
EXPORT_NO_SYMBOLS
;
This diff is collapsed.
Click to expand it.
drivers/atm/horizon.c
View file @
f770c279
...
...
@@ -2928,8 +2928,6 @@ static void __init hrz_check_args (void) {
}
#ifdef MODULE
EXPORT_NO_SYMBOLS
;
MODULE_AUTHOR
(
maintainer_string
);
MODULE_DESCRIPTION
(
description_string
);
MODULE_LICENSE
(
"GPL"
);
...
...
This diff is collapsed.
Click to expand it.
drivers/atm/idt77252.c
View file @
f770c279
...
...
@@ -3894,7 +3894,6 @@ static void __exit idt77252_exit(void)
module_init
(
idt77252_init
);
module_exit
(
idt77252_exit
);
EXPORT_NO_SYMBOLS
;
MODULE_LICENSE
(
"GPL"
);
MODULE_PARM
(
vpibits
,
"i"
);
...
...
This diff is collapsed.
Click to expand it.
drivers/block/cciss.c
View file @
f770c279
...
...
@@ -2608,7 +2608,6 @@ int __init cciss_init(void)
}
EXPORT_NO_SYMBOLS
;
static
int
__init
init_cciss_module
(
void
)
{
return
(
cciss_init
());
...
...
This diff is collapsed.
Click to expand it.
drivers/block/cpqarray.c
View file @
f770c279
...
...
@@ -296,7 +296,6 @@ static int ida_proc_get_info(char *buffer, char **start, off_t offset, int lengt
#ifdef MODULE
MODULE_PARM
(
eisa
,
"1-8i"
);
EXPORT_NO_SYMBOLS
;
/* This is a bit of a hack... */
int
__init
init_module
(
void
)
...
...
This diff is collapsed.
Click to expand it.
drivers/bluetooth/bluecard_cs.c
View file @
f770c279
...
...
@@ -1120,5 +1120,3 @@ void __exit exit_bluecard_cs(void)
module_init
(
init_bluecard_cs
);
module_exit
(
exit_bluecard_cs
);
EXPORT_NO_SYMBOLS
;
This diff is collapsed.
Click to expand it.
drivers/bluetooth/dtl1_cs.c
View file @
f770c279
...
...
@@ -935,5 +935,3 @@ void __exit exit_dtl1_cs(void) {
module_init
(
init_dtl1_cs
);
module_exit
(
exit_dtl1_cs
);
EXPORT_NO_SYMBOLS
;
This diff is collapsed.
Click to expand it.
Prev
1
2
3
4
5
…
7
Next
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