From: Rafael J. Wysocki Date: Thu, 7 Nov 2013 00:40:50 +0000 (+0100) Subject: ACPI: Remove acpi_pci_slot_init() headers from internal.h X-Git-Tag: v3.13-rc1~96^2~1^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71bba8fafac8975dbb684df4098d2dd6baac1fda;p=pandora-kernel.git 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 --- Reading git-diff-tree failed