hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/arm/mach-ep93xx/timer-ep93xx.c
....@@ -9,6 +9,7 @@
99 #include <linux/io.h>
1010 #include <asm/mach/time.h>
1111 #include "soc.h"
12
+#include "platform.h"
1213
1314 /*************************************************************************
1415 * Timer handling for EP93xx
....@@ -60,7 +61,7 @@
6061 return ret;
6162 }
6263
63
-u64 ep93xx_clocksource_read(struct clocksource *c)
64
+static u64 ep93xx_clocksource_read(struct clocksource *c)
6465 {
6566 u64 ret;
6667