]> git.karo-electronics.de Git - karo-tx-linux.git/commit
module.h: relocate MODULE_PARM_DESC into moduleparam.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 30 Aug 2011 15:24:44 +0000 (11:24 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 6 Oct 2011 18:10:18 +0000 (14:10 -0400)
commit45b3038afa1b5a10d3b07c9d60580c6c09874370
tree0037f63b2d4d881e1b50fb6ff62c5edbfa55ab2f
parent53e3d75d022842f1244e1243b5cb346a9a5a58a0
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
it to where it should be, as evidenced by the context in the diff.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
include/linux/module.h
include/linux/moduleparam.h