Commit f770c279 authored by Kai Germaschewski's avatar Kai Germaschewski
Browse files

EXPORT_SYMBOL: Remove EXPORT_NO_SYMBOLS from drivers/*

parent 5b5c3dcb
......@@ -1459,7 +1459,6 @@ static int mfm_reread_partitions(kdev_t dev)
#ifdef MODULE
EXPORT_NO_SYMBOLS;
MODULE_LICENSE("GPL");
int init_module(void)
......
......@@ -87,4 +87,4 @@ module_exit(mouse_rpc_exit);
MODULE_AUTHOR("Russell King");
MODULE_DESCRIPTION("RiscPC mouse driver");
MODULE_LICENSE("GPL");
EXPORT_NO_SYMBOLS;
......@@ -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");
......
......@@ -3180,4 +3180,4 @@ module_exit(acornscsi_exit);
MODULE_AUTHOR("Russell King");
MODULE_DESCRIPTION("AcornSCSI driver");
MODULE_LICENSE("GPL");
EXPORT_NO_SYMBOLS;
......@@ -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;
......@@ -426,4 +426,4 @@ module_init(cumanascsi_init);
module_exit(cumanascsi_exit);
MODULE_LICENSE("GPL");
EXPORT_NO_SYMBOLS;
......@@ -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;
......@@ -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;
......@@ -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;
......@@ -290,4 +290,4 @@ module_exit(oakscsi_exit);
MODULE_AUTHOR("Russell King");
MODULE_DESCRIPTION("Oak SCSI driver");
MODULE_LICENSE("GPL");
EXPORT_NO_SYMBOLS;
......@@ -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;
......@@ -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");
......
......@@ -2340,5 +2340,4 @@ static void __exit eni_cleanup(void)
module_init(eni_init);
module_exit(eni_cleanup);
EXPORT_NO_SYMBOLS;
MODULE_LICENSE("GPL");
......@@ -2124,4 +2124,4 @@ module_init(firestream_init_module);
module_exit(firestream_cleanup_module);
MODULE_LICENSE("GPL");
EXPORT_NO_SYMBOLS;
......@@ -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");
......
......@@ -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");
......
......@@ -2608,7 +2608,6 @@ int __init cciss_init(void)
}
EXPORT_NO_SYMBOLS;
static int __init init_cciss_module(void)
{
return ( cciss_init());
......
......@@ -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)
......
......@@ -1120,5 +1120,3 @@ void __exit exit_bluecard_cs(void)
module_init(init_bluecard_cs);
module_exit(exit_bluecard_cs);
EXPORT_NO_SYMBOLS;
......@@ -935,5 +935,3 @@ void __exit exit_dtl1_cs(void) {
module_init(init_dtl1_cs);
module_exit(exit_dtl1_cs);
EXPORT_NO_SYMBOLS;
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