kernel/arch/arm/mach-ep93xx/timer-ep93xx.c
.. .. @@ -9,6 +9,7 @@ 9 9 #include <linux/io.h> 10 10 #include <asm/mach/time.h> 11 11 #include "soc.h" 12 +#include "platform.h"12 13 13 14 /************************************************************************* 14 15 * Timer handling for EP93xx .. .. @@ -60,7 +61,7 @@ 60 61 return ret; 61 62 } 62 63 63 -u64 ep93xx_clocksource_read(struct clocksource *c)64 +static u64 ep93xx_clocksource_read(struct clocksource *c)64 65 { 65 66 u64 ret; 66 67