From: Frank Seidel <fseidel@xxxxxxx> Cleanups in asus_acpi that are not need anymore as of the fix of acpi_bus_register_driver. Signed-off-by: Frank Seidel <fseidel@xxxxxxx> --- drivers/acpi/asus_acpi.c | 17 ----------------- 1 files changed, 17 deletions(-) Index: linux-2.6/drivers/acpi/asus_acpi.c =================================================================== --- linux-2.6.orig/drivers/acpi/asus_acpi.c +++ linux-2.6/drivers/acpi/asus_acpi.c @@ -1239,8 +1239,6 @@ static int asus_hotk_check(void) return result; } -static int asus_hotk_found; - static int asus_hotk_add(struct acpi_device *device) { acpi_status status = AE_OK; @@ -1301,8 +1299,6 @@ static int asus_hotk_add(struct acpi_dev } } - asus_hotk_found = 1; - /* LED display is off by default */ hotk->ledd_status = 0xFFF; @@ -1357,19 +1353,6 @@ static int __init asus_acpi_init(void) return result; } - /* - * This is a bit of a kludge. We only want this module loaded - * for ASUS systems, but there's currently no way to probe the - * ACPI namespace for ASUS HIDs. So we just return failure if - * we didn't find one, which will cause the module to be - * unloaded. - */ - if (!asus_hotk_found) { - acpi_bus_unregister_driver(&asus_hotk_driver); - remove_proc_entry(PROC_ASUS, acpi_root_dir); - return result; - } - return 0; } -- - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html