ACPI: PCI: move struct acpi_prt_entry declaration out of public header file
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Tue, 9 Dec 2008 04:30:31 +0000 (21:30 -0700)
committerLen Brown <len.brown@intel.com>
Wed, 31 Dec 2008 02:20:23 +0000 (21:20 -0500)
commitf748bafa3ca1fb056e63afdeecacc1c68d8104df
treed1c49d7895eb0c7cb8226e72119b3043950f11e6
parentc13f889a24e6ced50abb582dab3ee4b7c79b038e
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 <bjorn.helgaas@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/pci_irq.c
include/linux/acpi.h