time: add weak annotation to timer_read_counter declaration
A weak annotation is needed in order to prevent link errors when get_ticks is overridden. This fixes sandbox build. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
This commit is contained in:
parent
efd9bb9c02
commit
65ba7add0d
@ -37,7 +37,7 @@ unsigned long notrace timer_read_counter(void)
|
||||
#endif
|
||||
}
|
||||
#else
|
||||
extern unsigned long timer_read_counter(void);
|
||||
extern unsigned long __weak timer_read_counter(void);
|
||||
#endif
|
||||
|
||||
unsigned long long __weak notrace get_ticks(void)
|
||||
|
Loading…
Reference in New Issue
Block a user