Pull fluff into release branch
Conflicts: drivers/acpi/ec.c Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
commit
e6532b8883
5 changed files with 5 additions and 8 deletions
|
@ -115,6 +115,3 @@ static int __init acpi_sleep_setup(char *str)
|
||||||
|
|
||||||
__setup("acpi_sleep=", acpi_sleep_setup);
|
__setup("acpi_sleep=", acpi_sleep_setup);
|
||||||
|
|
||||||
void acpi_pci_link_exit(void)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ static int __devinit can_skip_ioresource_align(const struct dmi_system_id *d)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct dmi_system_id acpi_pciprobe_dmi_table[] = {
|
static struct dmi_system_id acpi_pciprobe_dmi_table[] __devinitdata = {
|
||||||
/*
|
/*
|
||||||
* Systems where PCI IO resource ISA alignment can be skipped
|
* Systems where PCI IO resource ISA alignment can be skipped
|
||||||
* when the ISA enable bit in the bridge control is not set
|
* when the ISA enable bit in the bridge control is not set
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue