You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] Remove MODULE_PARM
MODULE_PARM was actually breaking: recent gcc version optimize them out as unused. It's time to replace the last users, which are generally in the most unloved drivers anyway. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
c721bccece
commit
8d3b33f67f
@@ -78,7 +78,7 @@ static int lance_debug = LANCE_DEBUG;
|
||||
#else
|
||||
static int lance_debug = 1;
|
||||
#endif
|
||||
MODULE_PARM(lance_debug, "i");
|
||||
module_param(lance_debug, int, 0);
|
||||
MODULE_PARM_DESC(lance_debug, "atarilance debug level (0-3)");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user