aboutsummaryrefslogtreecommitdiff
path: root/board/xes/common
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/xes/common
parentc8514622e2713d9c47919acfe23fce386782afe7 (diff)
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/xes/common')
-rw-r--r--board/xes/common/fsl_85xx_pci.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/xes/common/fsl_85xx_pci.c b/board/xes/common/fsl_85xx_pci.c
index 683297cb2..af34fe654 100644
--- a/board/xes/common/fsl_85xx_pci.c
+++ b/board/xes/common/fsl_85xx_pci.c
@@ -28,10 +28,6 @@
#include <libfdt.h>
#include <fdt_support.h>
-extern int fsl_pci_setup_inbound_windows(struct pci_region *r);
-extern void fsl_pci_config_unlock(struct pci_controller *hose);
-extern void fsl_pci_init(struct pci_controller *hose);
-
int first_free_busno = 0;
#ifdef CONFIG_PCI1
@@ -357,9 +353,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_pci_setup(void *blob, bd_t *bd)
{
/* TODO - make node name (eg pci0) dynamic */