diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2010-12-15 04:55:20 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-01-14 01:32:19 -0600 |
commit | 5d27e02c04f8fef38341e58475a988f8b2c78b9f (patch) | |
tree | a48c09ec6450ce68ac4e60ea0867ecab552314fc /arch/powerpc/include | |
parent | a6da8b8195f47a70106f743948f2729d94157b32 (diff) | |
download | u-boot-imx-5d27e02c04f8fef38341e58475a988f8b2c78b9f.zip u-boot-imx-5d27e02c04f8fef38341e58475a988f8b2c78b9f.tar.gz u-boot-imx-5d27e02c04f8fef38341e58475a988f8b2c78b9f.tar.bz2 |
powerpc/8xxx: Replace is_fsl_pci_cfg with is_serdes_configured
Now that we have serdes support for all 85xx/86xx/Pxxx chips we can
replace the is_fsl_pci_cfg() code with the is_serdes_configured().
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/fsl_pci.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/fsl_pci.h b/arch/powerpc/include/asm/fsl_pci.h index dc5c579..fa03514 100644 --- a/arch/powerpc/include/asm/fsl_pci.h +++ b/arch/powerpc/include/asm/fsl_pci.h @@ -23,8 +23,6 @@ #include <asm/fsl_law.h> -int is_fsl_pci_cfg(enum law_trgt_if trgt, u32 io_sel); - int fsl_setup_hose(struct pci_controller *hose, unsigned long addr); int fsl_is_pci_agent(struct pci_controller *hose); void fsl_pci_init(struct pci_controller *hose, u32 cfg_addr, u32 cfg_data); |