commit | bdfa97bf7263657b83bc5b68567a3a60dde84c5b | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Tue Oct 25 13:13:57 2011 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Oct 31 09:20:13 2011 -0400 |
tree | 9bb8abdef63da8aa324808eb62009eaf732bd40f | |
parent | 72a59aaada499d9bbf19f2fb68daa37502e4a9bb [diff] |
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 <paul.gortmaker@windriver.com>