summaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2018-08-11 05:57:26 -0400
committerGeert Uytterhoeven <geert@linux-m68k.org>2018-08-31 09:30:42 +0200
commitaee94ee873d71d706928b8550dc8ef0c9ca6722d (patch)
tree308834e58fb7237b098fa007968a64dc930fa54d /arch/m68k
parent5b394b2ddf0347bef56e50c69a58773c94343ff3 (diff)
downloadlinux-0-day-aee94ee873d71d706928b8550dc8ef0c9ca6722d.tar.gz
linux-0-day-aee94ee873d71d706928b8550dc8ef0c9ca6722d.tar.xz
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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/m68k/emu/nfeth.c b/arch/m68k/emu/nfeth.c
index e45ce4243aaa3..a4ebd2445edae 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;