]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/backlight/hp680_bl.c
backlight: Remove unneeded owner field
[linux-2.6-omap-h63xx.git] / drivers / video / backlight / hp680_bl.c
index c07d8207fb549e1412b91a793f98e8b3d9719646..074625a46e3dd2d99a3093ea51af96a457f0c14f 100644 (file)
@@ -96,7 +96,6 @@ static int hp680bl_get_intensity(struct backlight_device *bd)
 }
 
 static struct backlight_properties hp680bl_data = {
-       .owner          = THIS_MODULE,
        .max_brightness = HP680_MAX_INTENSITY,
        .get_brightness = hp680bl_get_intensity,
        .update_status  = hp680bl_set_intensity,