diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-05-26 21:07:10 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 09:20:13 -0400 |
commit | 72a59aaada499d9bbf19f2fb68daa37502e4a9bb (patch) | |
tree | 0a965ba72f6deec07a6ae77be4ac0349c8294708 /net/rds | |
parent | 1596425fd7545abccb7b5059376e4d56c3d6be4d (diff) | |
download | op-kernel-dev-72a59aaada499d9bbf19f2fb68daa37502e4a9bb.zip op-kernel-dev-72a59aaada499d9bbf19f2fb68daa37502e4a9bb.tar.gz |
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 <paul.gortmaker@windriver.com>
Diffstat (limited to 'net/rds')
0 files changed, 0 insertions, 0 deletions