diff options
author | Minghuan Lian <Minghuan.Lian@nxp.com> | 2016-11-15 17:35:24 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-01-18 09:24:51 -0800 |
commit | 388f3865832fd4118974854813d119b82220446c (patch) | |
tree | e1e4e71fc7f665c0728743bbc54a78e00dbaa5d1 /arch | |
parent | d037261f7f36a8c1e56acb1a52480d945cbb6f63 (diff) | |
download | u-boot-388f3865832fd4118974854813d119b82220446c.tar.gz u-boot-388f3865832fd4118974854813d119b82220446c.tar.bz2 u-boot-388f3865832fd4118974854813d119b82220446c.zip |
armv8/layerscape: remove unnecessary function declares
For the function alloc_stream_ids() append_mmu_masters() and
fdt_fixup_smmu_pcie() there are no related definitions and they
are never called. So the patch removes the unnecessary declares.
Signed-off-by: Minghuan Lian <Minghuan.Lian@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/arch-fsl-layerscape/fdt.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/include/asm/arch-fsl-layerscape/fdt.h b/arch/arm/include/asm/arch-fsl-layerscape/fdt.h index 099563e871..537486d967 100644 --- a/arch/arm/include/asm/arch-fsl-layerscape/fdt.h +++ b/arch/arm/include/asm/arch-fsl-layerscape/fdt.h @@ -7,9 +7,5 @@ #ifndef _ASM_ARMV8_FSL_LAYERSCAPE_FDT_H_ #define _ASM_ARMV8_FSL_LAYERSCAPE_FDT_H_ -void alloc_stream_ids(int start_id, int count, u32 *stream_ids, int max_cnt); -void append_mmu_masters(void *blob, const char *smmu_path, - const char *master_name, u32 *stream_ids, int count); -void fdt_fixup_smmu_pcie(void *blob); void fdt_fixup_board_enet(void *fdt); #endif /* _ASM_ARMV8_FSL_LAYERSCAPE_FDT_H_ */ |