aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/ibm_acpi.c
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2007-02-10 01:18:25 -0500
committerLen Brown <len.brown@intel.com>2007-02-16 21:45:57 -0500
commit5ee6edbcde4d3b14e4e03d4b331df1099a34aa8d (patch)
tree0255c41c950217eedd582c80aa060f49ff5682e6 /drivers/acpi/ibm_acpi.c
parenteaefd5fb7d793c9c1bcef1b0c0d5ec3824a85b91 (diff)
ACPI: hotkey: remove driver, per feature-removal-schedule.txt
Signed-off-by: Len Brown <len.brown@intel.com>
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 c6144ca66638..4def52ca69e5 100644
--- a/drivers/acpi/ibm_acpi.c
+++ b/drivers/acpi/ibm_acpi.c
@@ -2696,11 +2696,6 @@ static int __init acpi_ibm_init(void)
2696 if (acpi_disabled) 2696 if (acpi_disabled)
2697 return -ENODEV; 2697 return -ENODEV;
2698 2698
2699 if (!acpi_specific_hotkey_enabled) {
2700 printk(IBM_ERR "using generic hotkey driver\n");
2701 return -ENODEV;
2702 }
2703
2704 /* ec is required because many other handles are relative to it */ 2699 /* ec is required because many other handles are relative to it */
2705 IBM_HANDLE_INIT(ec); 2700 IBM_HANDLE_INIT(ec);
2706 if (!ec_handle) { 2701 if (!ec_handle) {