Skip to content
Snippets Groups Projects
Commit 639938eb authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

module.h: relocate MODULE_PARM_DESC into moduleparam.h


There are files which use module_param and MODULE_PARM_DESC
back to back.  They only include moduleparam.h which makes sense,
but the implicit presence of module.h everywhere hid the fact
that MODULE_PARM_DESC wasn't in moduleparam.h at all.  Relocate
the macro to moduleparam.h so that the moduleparam infrastructure
can be used independently of module.h

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent f5016932
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment