]> 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 861c39935f99f7127e48a6d15527e412343f6e28..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,
@@ -1088,11 +1087,6 @@ static int __init asus_laptop_init(void)
        if (acpi_disabled)
                return -ENODEV;
 
-       if (!acpi_specific_hotkey_enabled) {
-               printk(ASUS_ERR "Using generic hotkey driver\n");
-               return -ENODEV;
-       }
-
        result = acpi_bus_register_driver(&asus_hotk_driver);
        if (result < 0)
                return result;