summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mach-mpc5xxx/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/mach-mpc5xxx/time.c')
-rw-r--r--arch/powerpc/mach-mpc5xxx/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mach-mpc5xxx/time.c b/arch/powerpc/mach-mpc5xxx/time.c
index d1864673bd..8981b14eeb 100644
--- a/arch/powerpc/mach-mpc5xxx/time.c
+++ b/arch/powerpc/mach-mpc5xxx/time.c
@@ -20,7 +20,7 @@
#include <mach/clock.h>
#include <asm/common.h>
-uint64_t ppc_clocksource_read(void)
+static uint64_t ppc_clocksource_read(void)
{
return get_ticks();
}