mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-04-27 04:03:11 +00: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
@ -470,15 +470,6 @@ config MODULE_FORCE_UNLOAD
|
||||
rmmod). This is mainly for kernel developers and desperate users.
|
||||
If unsure, say N.
|
||||
|
||||
config OBSOLETE_MODPARM
|
||||
bool
|
||||
default y
|
||||
depends on MODULES
|
||||
help
|
||||
You need this option to use module parameters on modules which
|
||||
have not been converted to the new module parameter system yet.
|
||||
If unsure, say Y.
|
||||
|
||||
config MODVERSIONS
|
||||
bool "Module versioning support"
|
||||
depends on MODULES
|
||||
|
||||
Reference in New Issue
Block a user