]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/misc/sony-laptop.c
backlight: Remove unneeded owner field
[linux-2.6-omap-h63xx.git] / drivers / misc / sony-laptop.c
index cabbed0015e4eaef8369d11159afd3e44918bec1..03d02bd9f122e698ab34c5cc97ab09fcdd49a53c 100644 (file)
@@ -399,7 +399,6 @@ static int sony_backlight_get_brightness(struct backlight_device *bd)
 
 static struct backlight_device *sony_backlight_device;
 static struct backlight_properties sony_backlight_properties = {
-       .owner = THIS_MODULE,
        .update_status = sony_backlight_update_status,
        .get_brightness = sony_backlight_get_brightness,
        .max_brightness = SONY_MAX_BRIGHTNESS - 1,