Skip to content

Commit aee94ee

Browse files
rpjdaygeertu
authored andcommitted
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>
1 parent 5b394b2 commit aee94ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arch/m68k/emu/nfeth.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ static const char version[] =
4747
MODULE_AUTHOR("Milan Jurik");
4848
MODULE_DESCRIPTION("Atari NFeth driver");
4949
MODULE_LICENSE("GPL");
50-
/*
51-
MODULE_PARM(nfeth_debug, "i");
52-
MODULE_PARM_DESC(nfeth_debug, "nfeth_debug level (1-2)");
53-
*/
5450

5551

5652
static long nfEtherID;

0 commit comments

Comments
 (0)