diff options
author | Len Brown <len.brown@intel.com> | 2007-02-10 01:18:25 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-16 21:45:57 -0500 |
commit | 5ee6edbcde4d3b14e4e03d4b331df1099a34aa8d (patch) | |
tree | 0255c41c950217eedd582c80aa060f49ff5682e6 /drivers/acpi/asus_acpi.c | |
parent | eaefd5fb7d793c9c1bcef1b0c0d5ec3824a85b91 (diff) |
ACPI: hotkey: remove driver, per feature-removal-schedule.txt
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/asus_acpi.c')
-rw-r--r-- | drivers/acpi/asus_acpi.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/acpi/asus_acpi.c b/drivers/acpi/asus_acpi.c index 31ad70a6e22e..ab8c5cb8384d 100644 --- a/drivers/acpi/asus_acpi.c +++ b/drivers/acpi/asus_acpi.c | |||
@@ -1365,10 +1365,6 @@ static int __init asus_acpi_init(void) | |||
1365 | if (acpi_disabled) | 1365 | if (acpi_disabled) |
1366 | return -ENODEV; | 1366 | return -ENODEV; |
1367 | 1367 | ||
1368 | if (!acpi_specific_hotkey_enabled) { | ||
1369 | printk(KERN_ERR "Using generic hotkey driver\n"); | ||
1370 | return -ENODEV; | ||
1371 | } | ||
1372 | asus_proc_dir = proc_mkdir(PROC_ASUS, acpi_root_dir); | 1368 | asus_proc_dir = proc_mkdir(PROC_ASUS, acpi_root_dir); |
1373 | if (!asus_proc_dir) { | 1369 | if (!asus_proc_dir) { |
1374 | printk(KERN_ERR "Asus ACPI: Unable to create /proc entry\n"); | 1370 | printk(KERN_ERR "Asus ACPI: Unable to create /proc entry\n"); |