]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/backlight/locomolcd.c
backlight: Remove unneeded owner field
[linux-2.6-omap-h63xx.git] / drivers / video / backlight / locomolcd.c
index fc812d96c31dfc5fae102db6512afc9592b409da..3c5abbf0d042f4e768e0b27b6fbad7014880f06f 100644 (file)
@@ -142,7 +142,6 @@ static int locomolcd_get_intensity(struct backlight_device *bd)
 }
 
 static struct backlight_properties locomobl_data = {
-       .owner          = THIS_MODULE,
        .get_brightness = locomolcd_get_intensity,
        .update_status  = locomolcd_set_intensity,
        .max_brightness = 4,