diff options
author | Wolfgang Denk <wd@denx.de> | 2009-04-04 20:05:18 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-04-04 20:05:18 +0200 |
commit | 0a9403c8c753837a27b14ac33bc2b80d362c0e80 (patch) | |
tree | 175f478e1ed24923334a79a0bfa15d9180805fdd /board/freescale/mpc8641hpcn/mpc8641hpcn.c | |
parent | 42f9ebff2f758bef524780a00c712eb63a72d99b (diff) | |
parent | e6a6789f41f0560ce280089fbd3f1bd0f0f64306 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'board/freescale/mpc8641hpcn/mpc8641hpcn.c')
-rw-r--r-- | board/freescale/mpc8641hpcn/mpc8641hpcn.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/board/freescale/mpc8641hpcn/mpc8641hpcn.c b/board/freescale/mpc8641hpcn/mpc8641hpcn.c index ef0095ab75..7422e6b9d0 100644 --- a/board/freescale/mpc8641hpcn/mpc8641hpcn.c +++ b/board/freescale/mpc8641hpcn/mpc8641hpcn.c @@ -24,7 +24,7 @@ #include <pci.h> #include <asm/processor.h> #include <asm/immap_86xx.h> -#include <asm/immap_fsl_pci.h> +#include <asm/fsl_pci.h> #include <asm/fsl_ddr_sdram.h> #include <asm/io.h> #include <libfdt.h> @@ -133,9 +133,6 @@ static struct pci_controller pci2_hose; int first_free_busno = 0; -extern int fsl_pci_setup_inbound_windows(struct pci_region *r); -extern void fsl_pci_init(struct pci_controller *hose); - void pci_init_board(void) { #ifdef CONFIG_PCI1 @@ -251,9 +248,6 @@ void pci_init_board(void) #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) { |