Commit bdfa97bf7263657b83bc5b68567a3a60dde84c5b
1 parent
72a59aaada
Exists in
master
and in
6 other branches
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>
Showing 2 changed files with 1 additions and 1 deletions Side-by-side Diff
kernel/rcutiny.c