diff options
author | Minghuan Lian <Minghuan.Lian@freescale.com> | 2015-03-12 10:58:48 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-04-21 10:19:19 -0700 |
commit | d42bd3453af5dc81b6907be1b066b34ba0a0c979 (patch) | |
tree | 642f5ab5bff568e996e3082742683f395f4f5ca2 /arch | |
parent | 4a4323af3de8e5ebac2beb05ebcf5d6dd78a3c43 (diff) | |
download | u-boot-imx-d42bd3453af5dc81b6907be1b066b34ba0a0c979.zip u-boot-imx-d42bd3453af5dc81b6907be1b066b34ba0a0c979.tar.gz u-boot-imx-d42bd3453af5dc81b6907be1b066b34ba0a0c979.tar.bz2 |
pci/layerscape: remove unnecessary pcie_layerscape.h
The patch uses the common function name ft_pci_setup to replace
ft_pcie_setup, then removes unnecessary pcie_layerscape.h because
all the functions have been declared in common.h.
Signed-off-by: Minghuan Lian <Minghuan.Lian@freescale.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/pcie_layerscape.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/include/asm/pcie_layerscape.h b/arch/arm/include/asm/pcie_layerscape.h deleted file mode 100644 index fb08578..0000000 --- a/arch/arm/include/asm/pcie_layerscape.h +++ /dev/null @@ -1,13 +0,0 @@ -/* - * Copyright 2014 Freescale Semiconductor, Inc. - * - * SPDX-License-Identifier: GPL-2.0+ - */ - -#ifndef __PCIE_LAYERSCAPE_H_ -#define __PCIE_LAYERSCAPE_H_ - -void pci_init_board(void); -void ft_pcie_setup(void *blob, bd_t *bd); - -#endif |