diff options
Diffstat (limited to 'drivers/video/backlight/corgi_bl.c')
-rw-r--r-- | drivers/video/backlight/corgi_bl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/backlight/corgi_bl.c b/drivers/video/backlight/corgi_bl.c index fde1d9518123..4ca24e261578 100644 --- a/drivers/video/backlight/corgi_bl.c +++ b/drivers/video/backlight/corgi_bl.c | |||
@@ -106,7 +106,6 @@ EXPORT_SYMBOL(corgibl_limit_intensity); | |||
106 | 106 | ||
107 | 107 | ||
108 | static struct backlight_properties corgibl_data = { | 108 | static struct backlight_properties corgibl_data = { |
109 | .owner = THIS_MODULE, | ||
110 | .get_brightness = corgibl_get_intensity, | 109 | .get_brightness = corgibl_get_intensity, |
111 | .update_status = corgibl_set_intensity, | 110 | .update_status = corgibl_set_intensity, |
112 | }; | 111 | }; |