From: Paul Gortmaker Date: Tue, 25 Oct 2011 17:13:57 +0000 (-0400) Subject: kernel: fix up module header handling in rcutiny files X-Git-Tag: v3.2-rc1~22^2~216 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdfa97bf7263657b83bc5b68567a3a60dde84c5b;p=pandora-kernel.git kernel: fix up module header handling in rcutiny files The file rcutiny.c does not need moduleparam.h header, as there are no modparams in this file. However rcutiny_plugin.h does define a module_init() and a module_exit() and it uses the various MODULE_ macros, so it really does need module.h included. Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed