git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c13f889
)
ACPI: PCI: move struct acpi_prt_entry declaration out of public header file
author
Bjorn Helgaas
<bjorn.helgaas@hp.com>
Tue, 9 Dec 2008 04:30:31 +0000
(21:30 -0700)
committer
Len Brown
<len.brown@intel.com>
Wed, 31 Dec 2008 02:20:23 +0000
(21:20 -0500)
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>
No differences found