commit | 71bba8fafac8975dbb684df4098d2dd6baac1fda | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Nov 07 01:40:50 2013 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Nov 07 01:40:50 2013 +0100 |
tree | d4adf914f3842c1387be19d3b2dc2cbf98c131c3 | |
parent | 16ff816d3b5d2b81fcff5ca44eb9a98ac3b604b4 [diff] |
ACPI: Remove acpi_pci_slot_init() headers from internal.h Since acpi_pci_slot_init() is now called from acpi_pci_init() and pci-acpi.h contains its header, remove that header (and the empty definition of that function for CONFIG_ACPI_PCI_SLOT unset) from internal.h as it doesn't have to be there any more. That also avoids a build warning about duplicate function definitions for CONFIG_ACPI_PCI_SLOT unset. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>