Pull remove-hotkey into release branch
[pandora-kernel.git] / drivers / acpi / ibm_acpi.c
index 2429e11..1a0ed3d 100644 (file)
@@ -2701,11 +2701,6 @@ static int __init acpi_ibm_init(void)
        if (acpi_disabled)
                return -ENODEV;
 
-       if (!acpi_specific_hotkey_enabled) {
-               printk(IBM_ERR "using generic hotkey driver\n");
-               return -ENODEV;
-       }
-
        /* ec is required because many other handles are relative to it */
        IBM_HANDLE_INIT(ec);
        if (!ec_handle) {