Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aee94ee8 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Geert Uytterhoeven
Browse files

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: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 5b394b2d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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;