mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-11 09:02:35 +00:00
backlight: Remove unneeded owner field
Remove uneeded owner field from backlight_properties structure. Nothing uses it and it is unlikely that it will ever be used. The backlight class uses other means to ensure that nothing references unloaded code. Based on a patch from Dmitry Torokhov <dtor@insightbb.com> Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
This commit is contained in:
parent
2fd5a15489
commit
dfcba20067
20 changed files with 0 additions and 23 deletions
|
@ -16,8 +16,6 @@ struct fb_info;
|
|||
|
||||
/* This structure defines all the properties of a LCD flat panel. */
|
||||
struct lcd_properties {
|
||||
/* Owner module */
|
||||
struct module *owner;
|
||||
/* Get the LCD panel power status (0: full on, 1..3: controller
|
||||
power on, flat panel power off, 4: full off), see FB_BLANK_XXX */
|
||||
int (*get_power)(struct lcd_device *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue