diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2018-08-11 05:57:26 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2018-08-31 09:30:42 +0200 |
commit | aee94ee873d71d706928b8550dc8ef0c9ca6722d (patch) | |
tree | 308834e58fb7237b098fa007968a64dc930fa54d /arch/m68k | |
parent | 5b394b2ddf0347bef56e50c69a58773c94343ff3 (diff) | |
download | linux-aee94ee873d71d706928b8550dc8ef0c9ca6722d.tar.bz2 |
m68k/atari: ARAnyM - Remove reference to long-deprecated MODULE_PARM
Given that MODULE_PARM was deprecated years ago, and this is only a
comment, get rid of this reference to further the goal of deleting
every remaining reference in the entire kernel code base.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/emu/nfeth.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/m68k/emu/nfeth.c b/arch/m68k/emu/nfeth.c index e45ce4243aaa..a4ebd2445eda 100644 --- a/arch/m68k/emu/nfeth.c +++ b/arch/m68k/emu/nfeth.c @@ -47,10 +47,6 @@ static const char version[] = MODULE_AUTHOR("Milan Jurik"); MODULE_DESCRIPTION("Atari NFeth driver"); MODULE_LICENSE("GPL"); -/* -MODULE_PARM(nfeth_debug, "i"); -MODULE_PARM_DESC(nfeth_debug, "nfeth_debug level (1-2)"); -*/ static long nfEtherID; |