]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/acpi/asus_acpi.c
Pull trivial1 into release branch
[karo-tx-linux.git] / drivers / acpi / asus_acpi.c
index 3f3c392d6be88a2543b21039b954403215e7f18c..1a545489e8597b13890a407f923141cc98b1917e 100644 (file)
@@ -970,7 +970,7 @@ static int asus_hotk_get_info(void)
         * HID), this bit will be moved. A global variable asus_info contains
         * the DSDT header.
         */
-       status = acpi_get_table(ACPI_TABLE_DSDT, 1, &dsdt);
+       status = acpi_get_table(ACPI_TABLE_ID_DSDT, 1, &dsdt);
        if (ACPI_FAILURE(status))
                printk(KERN_WARNING "  Couldn't get the DSDT table header\n");
        else