
Am 30.05.2016 um 16:54 schrieb Wills Wang:
Add a platform prefix for function name in order to make more readable, and move it into ath79.h
Signed-off-by: Wills Wang wills.wang@live.com Acked-by: Marek Vasut marex@denx.de
arch/mips/mach-ath79/ar933x/clk.c | 4 ++-- arch/mips/mach-ath79/ar933x/ddr.c | 4 ++-- arch/mips/mach-ath79/ar934x/clk.c | 6 +++--- arch/mips/mach-ath79/ar934x/ddr.c | 4 ++-- arch/mips/mach-ath79/include/mach/ath79.h | 1 + arch/mips/mach-ath79/include/mach/reset.h | 14 -------------- arch/mips/mach-ath79/qca953x/clk.c | 4 ++-- arch/mips/mach-ath79/qca953x/ddr.c | 4 ++-- arch/mips/mach-ath79/reset.c | 2 +- 9 files changed, 15 insertions(+), 28 deletions(-) delete mode 100644 arch/mips/mach-ath79/include/mach/reset.h
applied to u-boot-mips, thanks!