aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc
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/misc
parent[PATCH] m68knommu: use irq_handler_t for passing handler types (diff)
downloadlinux-dev-5ee6edbcde4d3b14e4e03d4b331df1099a34aa8d.tar.xz
linux-dev-5ee6edbcde4d3b14e4e03d4b331df1099a34aa8d.zip
ACPI: hotkey: remove driver, per feature-removal-schedule.txt
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/asus-laptop.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/misc/asus-laptop.c b/drivers/misc/asus-laptop.c
index 861c39935f99..e4e2b707a353 100644
--- a/drivers/misc/asus-laptop.c
+++ b/drivers/misc/asus-laptop.c
@@ -1088,11 +1088,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;