From 355b200bacdb6017669cdc5bc9e7b1037aac42a2 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Sun, 3 Jul 2011 16:17:28 -0400 Subject: 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 ] Signed-off-by: Paul Gortmaker --- drivers/video/backlight/da903x_bl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/video/backlight/da903x_bl.c') diff --git a/drivers/video/backlight/da903x_bl.c b/drivers/video/backlight/da903x_bl.c index 62043f12a5a..d68f14bbb68 100644 --- a/drivers/video/backlight/da903x_bl.c +++ b/drivers/video/backlight/da903x_bl.c @@ -19,6 +19,7 @@ #include #include #include +#include #define DA9030_WLED_CONTROL 0x25 #define DA9030_WLED_CP_EN (1 << 6) -- cgit v1.2.3-70-g09d2