From 70e2aaf380ef873901684027ef1082ebd4608785 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 28 Mar 2017 10:27:24 -0600 Subject: board_f: powerpc: Use timer_init() instead of init_timebase() There is no good reason to use a different name on PowerPC. Change it to timer_init() like the others. Signed-off-by: Simon Glass Reviewed-by: York Sun Reviewed-by: Stefan Roese --- include/common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index 72f144d549..75e70ae8ea 100644 --- a/include/common.h +++ b/include/common.h @@ -780,7 +780,6 @@ void wait_ticks (unsigned long); /* arch/$(ARCH)/lib/time.c */ ulong usec2ticks (unsigned long usec); ulong ticks2usec (unsigned long ticks); -int init_timebase (void); /* lib/gunzip.c */ int gunzip(void *, int, unsigned char *, unsigned long *); -- cgit v1.2.3