kernel: fix up module header handling in rcutiny files
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 25 Oct 2011 17:13:57 +0000 (13:13 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 13:20:13 +0000 (09:20 -0400)
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 <paul.gortmaker@windriver.com>
kernel/rcutiny.c
kernel/rcutiny_plugin.h

Simple merge
Simple merge