aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers/pci/pci-sh7780.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-04-17 04:07:47 -0400
committerPaul Mundt <lethal@linux-sh.org>2009-04-17 04:07:47 -0400
commitab1363a8929f32cc163cd3f50ca72f20d901b00c (patch)
tree72412ce4de97e21559d0055b339bbfd6f344c10d /arch/sh/drivers/pci/pci-sh7780.h
parentf1dcab756687622b658154ded1657538984edcdb (diff)
sh: pci: Consolidate PCI I/O and mem window definitions for SH7780.
This consolidates all of the PCI I/O and memory window definitions across the pci-sh7780 users in pci-sh7780 itself. No functional changes, in that every platform had exactly the same implementation. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/drivers/pci/pci-sh7780.h')
-rw-r--r--arch/sh/drivers/pci/pci-sh7780.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/sh/drivers/pci/pci-sh7780.h b/arch/sh/drivers/pci/pci-sh7780.h
index 213f1d8c9ca5..7a4f8a8dd690 100644
--- a/arch/sh/drivers/pci/pci-sh7780.h
+++ b/arch/sh/drivers/pci/pci-sh7780.h
@@ -107,8 +107,6 @@
107struct sh4_pci_address_map; 107struct sh4_pci_address_map;
108 108
109/* arch/sh/drivers/pci/pci-sh7780.c */ 109/* arch/sh/drivers/pci/pci-sh7780.c */
110int sh7780_pci_init(struct pci_channel *chan); 110int sh7780_pcic_init(struct sh4_pci_address_map *map);
111int sh7780_pcic_init(struct pci_channel *chan,
112 struct sh4_pci_address_map *map);
113 111
114#endif /* _PCI_SH7780_H_ */ 112#endif /* _PCI_SH7780_H_ */