aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/ibm_acpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/ibm_acpi.c')
-rw-r--r--drivers/acpi/ibm_acpi.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/acpi/ibm_acpi.c b/drivers/acpi/ibm_acpi.c
index 2429e1180fa9..1a0ed3dc409c 100644
--- a/drivers/acpi/ibm_acpi.c
+++ b/drivers/acpi/ibm_acpi.c
@@ -2701,11 +2701,6 @@ static int __init acpi_ibm_init(void)
2701 if (acpi_disabled) 2701 if (acpi_disabled)
2702 return -ENODEV; 2702 return -ENODEV;
2703 2703
2704 if (!acpi_specific_hotkey_enabled) {
2705 printk(IBM_ERR "using generic hotkey driver\n");
2706 return -ENODEV;
2707 }
2708
2709 /* ec is required because many other handles are relative to it */ 2704 /* ec is required because many other handles are relative to it */
2710 IBM_HANDLE_INIT(ec); 2705 IBM_HANDLE_INIT(ec);
2711 if (!ec_handle) { 2706 if (!ec_handle) {