From: Paul Gortmaker Date: Tue, 30 Aug 2011 15:24:44 +0000 (-0400) Subject: module.h: relocate MODULE_PARM_DESC into moduleparam.h X-Git-Tag: v3.2-rc1~22^2~228 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=639938eb606e94af498c589feae2f0b8a5c285d1;p=pandora-kernel.git 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: Paul Gortmaker --- Reading git-diff-tree failed