Pull remove-hotkey into release branch
[sfrench/cifs-2.6.git] / drivers / acpi / ibm_acpi.c
index 2429e1180fa9aa09141c6d3abbc9023700d94973..1a0ed3dc409c8426d1e79f084a1ce0e38451bac7 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) {