summaryrefslogtreecommitdiffstats
path: root/board/freescale/mpc8544ds
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2009-04-02 13:57:05 -0500
committerKumar Gala <galak@kernel.crashing.org>2009-04-04 10:21:30 -0500
commit32049b4048ff8e59bd5ba6160d6d5206d283b2a2 (patch)
tree62f3d0ddbd5c1b05d1e03452faccc369720ab9e6 /board/freescale/mpc8544ds
parentc8514622e2713d9c47919acfe23fce386782afe7 (diff)
downloadblackbird-obmc-uboot-32049b4048ff8e59bd5ba6160d6d5206d283b2a2.tar.gz
blackbird-obmc-uboot-32049b4048ff8e59bd5ba6160d6d5206d283b2a2.zip
fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8544ds')
-rw-r--r--board/freescale/mpc8544ds/mpc8544ds.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/freescale/mpc8544ds/mpc8544ds.c b/board/freescale/mpc8544ds/mpc8544ds.c
index 4edf420d4c..34bdbade7d 100644
--- a/board/freescale/mpc8544ds/mpc8544ds.c
+++ b/board/freescale/mpc8544ds/mpc8544ds.c
@@ -93,9 +93,6 @@ static struct pci_controller pcie2_hose;
static struct pci_controller pcie3_hose;
#endif
-extern int fsl_pci_setup_inbound_windows(struct pci_region *r);
-extern void fsl_pci_init(struct pci_controller *hose);
-
int first_free_busno=0;
void
@@ -477,9 +474,6 @@ int board_eth_init(bd_t *bis)
}
#if defined(CONFIG_OF_BOARD_SETUP)
-extern void ft_fsl_pci_setup(void *blob, const char *pci_alias,
- struct pci_controller *hose);
-
void ft_board_setup(void *blob, bd_t *bd)
{
ft_cpu_setup(blob, bd);
OpenPOWER on IntegriCloud