diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/backlight.h | 3 | ||||
-rw-r--r-- | include/linux/lcd.h | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/backlight.h b/include/linux/backlight.h index a5cf1beacb44..287c62d956f2 100644 --- a/include/linux/backlight.h +++ b/include/linux/backlight.h | |||
@@ -17,9 +17,6 @@ struct fb_info; | |||
17 | /* This structure defines all the properties of a backlight | 17 | /* This structure defines all the properties of a backlight |
18 | (usually attached to a LCD). */ | 18 | (usually attached to a LCD). */ |
19 | struct backlight_properties { | 19 | struct backlight_properties { |
20 | /* Owner module */ | ||
21 | struct module *owner; | ||
22 | |||
23 | /* Notify the backlight driver some property has changed */ | 20 | /* Notify the backlight driver some property has changed */ |
24 | int (*update_status)(struct backlight_device *); | 21 | int (*update_status)(struct backlight_device *); |
25 | /* Return the current backlight brightness (accounting for power, | 22 | /* Return the current backlight brightness (accounting for power, |
diff --git a/include/linux/lcd.h b/include/linux/lcd.h index d739b2e7eac2..8a468f168c45 100644 --- a/include/linux/lcd.h +++ b/include/linux/lcd.h | |||
@@ -16,8 +16,6 @@ struct fb_info; | |||
16 | 16 | ||
17 | /* This structure defines all the properties of a LCD flat panel. */ | 17 | /* This structure defines all the properties of a LCD flat panel. */ |
18 | struct lcd_properties { | 18 | struct lcd_properties { |
19 | /* Owner module */ | ||
20 | struct module *owner; | ||
21 | /* Get the LCD panel power status (0: full on, 1..3: controller | 19 | /* Get the LCD panel power status (0: full on, 1..3: controller |
22 | power on, flat panel power off, 4: full off), see FB_BLANK_XXX */ | 20 | power on, flat panel power off, 4: full off), see FB_BLANK_XXX */ |
23 | int (*get_power)(struct lcd_device *); | 21 | int (*get_power)(struct lcd_device *); |