git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a9a231
)
net: add moduleparam.h for users of module_param/MODULE_PARM_DESC
author
Paul Gortmaker
<paul.gortmaker@windriver.com>
Sun, 18 Sep 2011 17:21:27 +0000
(13:21 -0400)
committer
Paul Gortmaker
<paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:30:29 +0000
(19:30 -0400)
These files were getting access to these two via the implicit
presence of module.h everywhere. They aren't modules, so they
don't need the full module.h inclusion though.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
No differences found