]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/misc/asus-laptop.c
backlight: Remove unneeded owner field
[linux-2.6-omap-h63xx.git] / drivers / misc / asus-laptop.c
index e4e2b707a3531f0ae8371ac7f730ce27917f65ee..d15ee5e3420138481dd2a8e803eb86931ef2db13 100644 (file)
@@ -196,7 +196,6 @@ static struct backlight_device *asus_backlight_device;
 static int read_brightness(struct backlight_device *bd);
 static int update_bl_status(struct backlight_device *bd);
 static struct backlight_properties asusbl_data = {
-       .owner = THIS_MODULE,
        .get_brightness = read_brightness,
        .update_status = update_bl_status,
        .max_brightness = 15,