From: Bjorn Helgaas Date: Tue, 9 Dec 2008 04:30:31 +0000 (-0700) Subject: ACPI: PCI: move struct acpi_prt_entry declaration out of public header file X-Git-Tag: v2.6.29-rc1~34^2~1^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f748bafa3ca1fb056e63afdeecacc1c68d8104df;p=pandora-kernel.git ACPI: PCI: move struct acpi_prt_entry declaration out of public header file The struct acpi_prt_entry is used only in pci_irq.c, so there's no need for the declaration to be public. This patch moves it into pci_irq.c. Signed-off-by: Bjorn Helgaas Signed-off-by: Len Brown --- Reading git-diff-tree failed