diff options
| -rw-r--r-- | drivers/acpi/bus.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c index 49af19bb8c9b..e1bfe7164245 100644 --- a/drivers/acpi/bus.c +++ b/drivers/acpi/bus.c | |||
| @@ -69,6 +69,7 @@ static struct dmi_system_id __cpuinitdata power_nocheck_dmi_table[] = { | |||
| 69 | }; | 69 | }; |
| 70 | 70 | ||
| 71 | 71 | ||
| 72 | #ifdef CONFIG_X86 | ||
| 72 | static int set_copy_dsdt(const struct dmi_system_id *id) | 73 | static int set_copy_dsdt(const struct dmi_system_id *id) |
| 73 | { | 74 | { |
| 74 | printk(KERN_NOTICE "%s detected - " | 75 | printk(KERN_NOTICE "%s detected - " |
| @@ -97,8 +98,14 @@ static struct dmi_system_id dsdt_dmi_table[] __initdata = { | |||
| 97 | DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), | 98 | DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), |
| 98 | DMI_MATCH(DMI_PRODUCT_NAME, "Satellite L505D"), | 99 | DMI_MATCH(DMI_PRODUCT_NAME, "Satellite L505D"), |
| 99 | }, | 100 | }, |
| 100 | } | 101 | }, |
| 102 | {} | ||
| 101 | }; | 103 | }; |
| 104 | #else | ||
| 105 | static struct dmi_system_id dsdt_dmi_table[] __initdata = { | ||
| 106 | {} | ||
| 107 | }; | ||
| 108 | #endif | ||
| 102 | 109 | ||
| 103 | /* -------------------------------------------------------------------------- | 110 | /* -------------------------------------------------------------------------- |
| 104 | Device Management | 111 | Device Management |
