From: Paul Gortmaker Date: Fri, 27 May 2011 01:07:10 +0000 (-0400) Subject: kernel: params.c needs module.h not moduleparam.h X-Git-Tag: v3.2-rc1~22^2~217 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72a59aaada499d9bbf19f2fb68daa37502e4a9bb;p=pandora-kernel.git kernel: params.c needs module.h not moduleparam.h Through various other implicit include paths, some files were getting the full module.h file, and hence living the illusion that they really only needed moduleparam.h -- but the reality is that once you remove the module.h presence, these show up: kernel/params.c:583: warning: ‘struct module_kobject’ declared inside parameter list Such files really require module.h so simply make it so. As the file module.h grabs moduleparam.h on the fly, all will be well. Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed