diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-04-02 13:57:05 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-04-04 10:21:30 -0500 |
commit | 32049b4048ff8e59bd5ba6160d6d5206d283b2a2 (patch) | |
tree | 62f3d0ddbd5c1b05d1e03452faccc369720ab9e6 /board/tqc | |
parent | c8514622e2713d9c47919acfe23fce386782afe7 (diff) | |
download | u-boot-imx-32049b4048ff8e59bd5ba6160d6d5206d283b2a2.zip u-boot-imx-32049b4048ff8e59bd5ba6160d6d5206d283b2a2.tar.gz u-boot-imx-32049b4048ff8e59bd5ba6160d6d5206d283b2a2.tar.bz2 |
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/tqc')
-rw-r--r-- | board/tqc/tqm85xx/tqm85xx.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/tqc/tqm85xx/tqm85xx.c b/board/tqc/tqm85xx/tqm85xx.c index b96e7c2..a70fd26 100644 --- a/board/tqc/tqm85xx/tqm85xx.c +++ b/board/tqc/tqm85xx/tqm85xx.c @@ -537,9 +537,6 @@ void local_bus_init (void) */ static int first_free_busno; -extern int fsl_pci_setup_inbound_windows(struct pci_region *r); -extern void fsl_pci_init(struct pci_controller *hose); - #ifdef CONFIG_PCI1 static struct pci_controller pci1_hose; #endif /* CONFIG_PCI1 */ @@ -700,9 +697,6 @@ void pci_init_board (void) } #ifdef 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); |