mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
388f386583
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>
11 lines
257 B
C
11 lines
257 B
C
/*
|
|
* Copyright 2015 Freescale Semiconductor
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef _ASM_ARMV8_FSL_LAYERSCAPE_FDT_H_
|
|
#define _ASM_ARMV8_FSL_LAYERSCAPE_FDT_H_
|
|
|
|
void fdt_fixup_board_enet(void *fdt);
|
|
#endif /* _ASM_ARMV8_FSL_LAYERSCAPE_FDT_H_ */
|