summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-ath79/reset.c
diff options
context:
space:
mode:
authorWills Wang <wills.wang@live.com>2016-05-30 22:54:50 +0800
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-05-31 10:17:54 +0200
commit375239174c6bc6a9966db333fa79f578154828f5 (patch)
tree4c69c15d8e5ab0b4a1ac24535646a608ac3b6f75 /arch/mips/mach-ath79/reset.c
parentd58de3157e3d04ebbf8e928cff9bfc2b3be22ad7 (diff)
downloadblackbird-obmc-uboot-375239174c6bc6a9966db333fa79f578154828f5.tar.gz
blackbird-obmc-uboot-375239174c6bc6a9966db333fa79f578154828f5.zip
mips: ath79: Rename get_bootstrap into ath79_get_bootstrap
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>
Diffstat (limited to 'arch/mips/mach-ath79/reset.c')
-rw-r--r--arch/mips/mach-ath79/reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mach-ath79/reset.c b/arch/mips/mach-ath79/reset.c
index a88bcbcfe2..33bf979ce0 100644
--- a/arch/mips/mach-ath79/reset.c
+++ b/arch/mips/mach-ath79/reset.c
@@ -45,7 +45,7 @@ void _machine_restart(void)
/* NOP */;
}
-u32 get_bootstrap(void)
+u32 ath79_get_bootstrap(void)
{
void __iomem *base;
u32 reg = 0;
OpenPOWER on IntegriCloud