diff options
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/backlight/platform_lcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/platform_lcd.c b/drivers/video/backlight/platform_lcd.c index 894bfc5ce42..17a6b83f97a 100644 --- a/drivers/video/backlight/platform_lcd.c +++ b/drivers/video/backlight/platform_lcd.c | |||
@@ -27,7 +27,7 @@ struct platform_lcd { | |||
27 | struct plat_lcd_data *pdata; | 27 | struct plat_lcd_data *pdata; |
28 | 28 | ||
29 | unsigned int power; | 29 | unsigned int power; |
30 | unsigned int suspended : 1; | 30 | unsigned int suspended:1; |
31 | }; | 31 | }; |
32 | 32 | ||
33 | static inline struct platform_lcd *to_our_lcd(struct lcd_device *lcd) | 33 | static inline struct platform_lcd *to_our_lcd(struct lcd_device *lcd) |