diff options
| author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-12-06 19:05:17 -0500 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-12-06 19:05:17 -0500 |
| commit | 9ccad66f0171578445175ecd3bf66b35a96aaf6e (patch) | |
| tree | 78c1be21493ef183de9444cf0d2bfb1e729b0698 /drivers/pci | |
| parent | 8ff47aafb25cc80417118e4968d4e7ca3f46c3ee (diff) | |
| parent | 8b48463f89429af408ff695244dc627e1acff4f7 (diff) | |
Merge branch 'acpi-cleanup' into acpi-hotplug
Conflicts:
drivers/acpi/scan.c
Diffstat (limited to 'drivers/pci')
| -rw-r--r-- | drivers/pci/hotplug/acpiphp_ibm.c | 3 | ||||
| -rw-r--r-- | drivers/pci/hotplug/pciehp.h | 2 | ||||
| -rw-r--r-- | drivers/pci/ioapic.c | 1 | ||||
| -rw-r--r-- | drivers/pci/pci-acpi.c | 3 | ||||
| -rw-r--r-- | drivers/pci/pci-label.c | 1 |
5 files changed, 1 insertions, 9 deletions
diff --git a/drivers/pci/hotplug/acpiphp_ibm.c b/drivers/pci/hotplug/acpiphp_ibm.c index ecfac7e72d91..8dcccffd6e21 100644 --- a/drivers/pci/hotplug/acpiphp_ibm.c +++ b/drivers/pci/hotplug/acpiphp_ibm.c | |||
| @@ -31,12 +31,11 @@ | |||
| 31 | #include <linux/slab.h> | 31 | #include <linux/slab.h> |
| 32 | #include <linux/module.h> | 32 | #include <linux/module.h> |
| 33 | #include <linux/kernel.h> | 33 | #include <linux/kernel.h> |
| 34 | #include <acpi/acpi_bus.h> | ||
| 35 | #include <linux/sysfs.h> | 34 | #include <linux/sysfs.h> |
| 36 | #include <linux/kobject.h> | 35 | #include <linux/kobject.h> |
| 37 | #include <asm/uaccess.h> | ||
| 38 | #include <linux/moduleparam.h> | 36 | #include <linux/moduleparam.h> |
| 39 | #include <linux/pci.h> | 37 | #include <linux/pci.h> |
| 38 | #include <asm/uaccess.h> | ||
| 40 | 39 | ||
| 41 | #include "acpiphp.h" | 40 | #include "acpiphp.h" |
| 42 | #include "../pci.h" | 41 | #include "../pci.h" |
diff --git a/drivers/pci/hotplug/pciehp.h b/drivers/pci/hotplug/pciehp.h index 21e865ded1dc..24e147cae667 100644 --- a/drivers/pci/hotplug/pciehp.h +++ b/drivers/pci/hotplug/pciehp.h | |||
| @@ -163,8 +163,6 @@ static inline const char *slot_name(struct slot *slot) | |||
| 163 | } | 163 | } |
| 164 | 164 | ||
| 165 | #ifdef CONFIG_ACPI | 165 | #ifdef CONFIG_ACPI |
| 166 | #include <acpi/acpi.h> | ||
| 167 | #include <acpi/acpi_bus.h> | ||
| 168 | #include <linux/pci-acpi.h> | 166 | #include <linux/pci-acpi.h> |
| 169 | 167 | ||
| 170 | void __init pciehp_acpi_slot_detection_init(void); | 168 | void __init pciehp_acpi_slot_detection_init(void); |
diff --git a/drivers/pci/ioapic.c b/drivers/pci/ioapic.c index 50ce68098298..2122b2bf006f 100644 --- a/drivers/pci/ioapic.c +++ b/drivers/pci/ioapic.c | |||
| @@ -20,7 +20,6 @@ | |||
| 20 | #include <linux/module.h> | 20 | #include <linux/module.h> |
| 21 | #include <linux/acpi.h> | 21 | #include <linux/acpi.h> |
| 22 | #include <linux/slab.h> | 22 | #include <linux/slab.h> |
| 23 | #include <acpi/acpi_bus.h> | ||
| 24 | 23 | ||
| 25 | struct ioapic { | 24 | struct ioapic { |
| 26 | acpi_handle handle; | 25 | acpi_handle handle; |
diff --git a/drivers/pci/pci-acpi.c b/drivers/pci/pci-acpi.c index 577074efbe62..43e317991326 100644 --- a/drivers/pci/pci-acpi.c +++ b/drivers/pci/pci-acpi.c | |||
| @@ -12,9 +12,6 @@ | |||
| 12 | #include <linux/pci.h> | 12 | #include <linux/pci.h> |
| 13 | #include <linux/module.h> | 13 | #include <linux/module.h> |
| 14 | #include <linux/pci-aspm.h> | 14 | #include <linux/pci-aspm.h> |
| 15 | #include <acpi/acpi.h> | ||
| 16 | #include <acpi/acpi_bus.h> | ||
| 17 | |||
| 18 | #include <linux/pci-acpi.h> | 15 | #include <linux/pci-acpi.h> |
| 19 | #include <linux/pm_runtime.h> | 16 | #include <linux/pm_runtime.h> |
| 20 | #include <linux/pm_qos.h> | 17 | #include <linux/pm_qos.h> |
diff --git a/drivers/pci/pci-label.c b/drivers/pci/pci-label.c index d51f45aa669e..dbafcc8ef673 100644 --- a/drivers/pci/pci-label.c +++ b/drivers/pci/pci-label.c | |||
| @@ -29,7 +29,6 @@ | |||
| 29 | #include <linux/nls.h> | 29 | #include <linux/nls.h> |
| 30 | #include <linux/acpi.h> | 30 | #include <linux/acpi.h> |
| 31 | #include <linux/pci-acpi.h> | 31 | #include <linux/pci-acpi.h> |
| 32 | #include <acpi/acpi_bus.h> | ||
| 33 | #include "pci.h" | 32 | #include "pci.h" |
| 34 | 33 | ||
| 35 | #define DEVICE_LABEL_DSM 0x07 | 34 | #define DEVICE_LABEL_DSM 0x07 |
