From: Paul Gortmaker Date: Sun, 18 Sep 2011 17:21:27 +0000 (-0400) Subject: net: add moduleparam.h for users of module_param/MODULE_PARM_DESC X-Git-Tag: v3.2-rc1~22^2~213 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9b9384215e17c68d7b6bd05d6fa409e5d4140d7;p=pandora-kernel.git net: add moduleparam.h for users of module_param/MODULE_PARM_DESC 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 --- Reading git-diff-tree failed