diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-03 20:17:28 (GMT) |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 23:31:33 (GMT) |
commit | 355b200bacdb6017669cdc5bc9e7b1037aac42a2 (patch) | |
tree | a5af77d70994a9aec822830512369036e7729418 /drivers/video/backlight/s6e63m0.c | |
parent | a8a359318530a779c8d28d86357d492adead5b1f (diff) | |
download | linux-355b200bacdb6017669cdc5bc9e7b1037aac42a2.tar.xz |
video: Add module.h to drivers/video files who really use it.
They were getting this implicitly by an include of module.h
from device.h -- but we are going to clean that up and break
that include chain, so include module.h explicitly now.
[ with contributions from Axel Lin <axel.lin@gmail.com> ]
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/video/backlight/s6e63m0.c')
-rw-r--r-- | drivers/video/backlight/s6e63m0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/backlight/s6e63m0.c b/drivers/video/backlight/s6e63m0.c index 694e5aa..e132157 100644 --- a/drivers/video/backlight/s6e63m0.c +++ b/drivers/video/backlight/s6e63m0.c @@ -30,6 +30,7 @@ #include <linux/kernel.h> #include <linux/lcd.h> #include <linux/backlight.h> +#include <linux/module.h> #include "s6e63m0_gamma.h" |