summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMinghuan Lian <Minghuan.Lian@freescale.com>2015-03-12 02:58:48 (GMT)
committerYork Sun <yorksun@freescale.com>2015-04-21 17:19:19 (GMT)
commitd42bd3453af5dc81b6907be1b066b34ba0a0c979 (patch)
tree642f5ab5bff568e996e3082742683f395f4f5ca2 /arch
parent4a4323af3de8e5ebac2beb05ebcf5d6dd78a3c43 (diff)
downloadu-boot-d42bd3453af5dc81b6907be1b066b34ba0a0c979.tar.xz
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.h13
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