diff --git a/[refs] b/[refs] index 41e70e261f7f..86c2a7768f63 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 31d2a638a91340d00502d397e558271f516b4f17 +refs/heads/master: f3accb122f2c758494a6db3b9e9a8cd62aafcf83 diff --git a/trunk/arch/arm/lib/delay.c b/trunk/arch/arm/lib/delay.c index 9d0a30032d7f..0dc53854a5d8 100644 --- a/trunk/arch/arm/lib/delay.c +++ b/trunk/arch/arm/lib/delay.c @@ -45,6 +45,7 @@ int read_current_timer(unsigned long *timer_val) *timer_val = delay_timer->read_current_timer(); return 0; } +EXPORT_SYMBOL_GPL(read_current_timer); static void __timer_delay(unsigned long cycles) {