projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b60091
)
board: arm: bcmstb: Declare get_ticks in timer.h
author
Thomas Fitzsimmons
<fitzsim@fitzsim.org>
Thu, 16 Aug 2018 01:33:49 +0000
(21:33 -0400)
committer
Tom Rini
<trini@konsulko.com>
Fri, 24 Aug 2018 17:20:19 +0000
(13:20 -0400)
In an earlier proposed patch, bcmstb.c implemented timer_read_counter,
but it was updated to implement get_ticks instead. This patch updates
the declaration in timer.h accordingly.
Signed-off-by: Thomas Fitzsimmons <fitzsim@fitzsim.org>
arch/arm/mach-bcmstb/include/mach/timer.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-bcmstb/include/mach/timer.h
b/arch/arm/mach-bcmstb/include/mach/timer.h
index d05b4d64fe056a5dba737c4d5b0b38f54714df8b..039dd664c2c003da40b0a875cf1777e9de2114de 100644
(file)
--- a/
arch/arm/mach-bcmstb/include/mach/timer.h
+++ b/
arch/arm/mach-bcmstb/include/mach/timer.h
@@
-8,6
+8,6
@@
#ifndef _BCMSTB_TIMER_H
#define _BCMSTB_TIMER_H
-u
nsigned long timer_read_counter
(void);
+u
int64_t get_ticks
(void);
#endif /* _BCMSTB_TIMER_H */