diff options
| -rw-r--r-- | arch/x86/kernel/acpi/sleep_64.c | 3 | ||||
| -rw-r--r-- | arch/x86/pci/acpi.c | 2 | ||||
| -rw-r--r-- | drivers/acpi/ec.c | 4 | ||||
| -rw-r--r-- | drivers/acpi/processor_core.c | 2 | ||||
| -rw-r--r-- | drivers/acpi/tables/tbutils.c | 2 |
5 files changed, 5 insertions, 8 deletions
diff --git a/arch/x86/kernel/acpi/sleep_64.c b/arch/x86/kernel/acpi/sleep_64.c index 79475d237071..da42de261ba8 100644 --- a/arch/x86/kernel/acpi/sleep_64.c +++ b/arch/x86/kernel/acpi/sleep_64.c | |||
| @@ -115,6 +115,3 @@ static int __init acpi_sleep_setup(char *str) | |||
| 115 | 115 | ||
| 116 | __setup("acpi_sleep=", acpi_sleep_setup); | 116 | __setup("acpi_sleep=", acpi_sleep_setup); |
| 117 | 117 | ||
| 118 | void acpi_pci_link_exit(void) | ||
| 119 | { | ||
| 120 | } | ||
diff --git a/arch/x86/pci/acpi.c b/arch/x86/pci/acpi.c index 7e35078673a4..0234f2831bf3 100644 --- a/arch/x86/pci/acpi.c +++ b/arch/x86/pci/acpi.c | |||
| @@ -13,7 +13,7 @@ static int __devinit can_skip_ioresource_align(const struct dmi_system_id *d) | |||
| 13 | return 0; | 13 | return 0; |
| 14 | } | 14 | } |
| 15 | 15 | ||
| 16 | static struct dmi_system_id acpi_pciprobe_dmi_table[] = { | 16 | static struct dmi_system_id acpi_pciprobe_dmi_table[] __devinitdata = { |
| 17 | /* | 17 | /* |
| 18 | * Systems where PCI IO resource ISA alignment can be skipped | 18 | * Systems where PCI IO resource ISA alignment can be skipped |
| 19 | * when the ISA enable bit in the bridge control is not set | 19 | * when the ISA enable bit in the bridge control is not set |
diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c index d6ddb547f2d9..c5028568058b 100644 --- a/drivers/acpi/ec.c +++ b/drivers/acpi/ec.c | |||
| @@ -180,12 +180,12 @@ static int acpi_ec_wait(struct acpi_ec *ec, enum ec_event event, int force_poll) | |||
| 180 | if (acpi_ec_check_status(ec, event)) { | 180 | if (acpi_ec_check_status(ec, event)) { |
| 181 | if (test_bit(EC_FLAGS_ADDRESS, &ec->flags)) { | 181 | if (test_bit(EC_FLAGS_ADDRESS, &ec->flags)) { |
| 182 | /* miss address GPE, don't expect it anymore */ | 182 | /* miss address GPE, don't expect it anymore */ |
| 183 | printk(KERN_INFO PREFIX "missing address confirmation," | 183 | printk(KERN_INFO PREFIX "missing address confirmation, " |
| 184 | "don't expect it any longer.\n"); | 184 | "don't expect it any longer.\n"); |
| 185 | set_bit(EC_FLAGS_NO_ADDRESS_GPE, &ec->flags); | 185 | set_bit(EC_FLAGS_NO_ADDRESS_GPE, &ec->flags); |
| 186 | } else { | 186 | } else { |
| 187 | /* missing GPEs, switch back to poll mode */ | 187 | /* missing GPEs, switch back to poll mode */ |
| 188 | printk(KERN_INFO PREFIX "missing confirmations," | 188 | printk(KERN_INFO PREFIX "missing confirmations, " |
| 189 | "switch off interrupt mode.\n"); | 189 | "switch off interrupt mode.\n"); |
| 190 | clear_bit(EC_FLAGS_GPE_MODE, &ec->flags); | 190 | clear_bit(EC_FLAGS_GPE_MODE, &ec->flags); |
| 191 | } | 191 | } |
diff --git a/drivers/acpi/processor_core.c b/drivers/acpi/processor_core.c index e93318bb029e..949ba0395901 100644 --- a/drivers/acpi/processor_core.c +++ b/drivers/acpi/processor_core.c | |||
| @@ -641,7 +641,7 @@ static int __cpuinit acpi_processor_start(struct acpi_device *device) | |||
| 641 | */ | 641 | */ |
| 642 | if (processor_device_array[pr->id] != NULL && | 642 | if (processor_device_array[pr->id] != NULL && |
| 643 | processor_device_array[pr->id] != device) { | 643 | processor_device_array[pr->id] != device) { |
| 644 | printk(KERN_WARNING "BIOS reported wrong ACPI id" | 644 | printk(KERN_WARNING "BIOS reported wrong ACPI id " |
| 645 | "for the processor\n"); | 645 | "for the processor\n"); |
| 646 | return -ENODEV; | 646 | return -ENODEV; |
| 647 | } | 647 | } |
diff --git a/drivers/acpi/tables/tbutils.c b/drivers/acpi/tables/tbutils.c index 5f1d85f2ffe4..010f19652f80 100644 --- a/drivers/acpi/tables/tbutils.c +++ b/drivers/acpi/tables/tbutils.c | |||
| @@ -449,7 +449,7 @@ acpi_tb_parse_root_table(acpi_physical_address rsdp_address, u8 flags) | |||
| 449 | /* XSDT has NULL entry, RSDT is used */ | 449 | /* XSDT has NULL entry, RSDT is used */ |
| 450 | address = rsdt_address; | 450 | address = rsdt_address; |
| 451 | table_entry_size = sizeof(u32); | 451 | table_entry_size = sizeof(u32); |
| 452 | ACPI_WARNING((AE_INFO, "BIOS XSDT has NULL entry," | 452 | ACPI_WARNING((AE_INFO, "BIOS XSDT has NULL entry, " |
| 453 | "using RSDT")); | 453 | "using RSDT")); |
| 454 | } | 454 | } |
| 455 | } | 455 | } |
