diff options
Diffstat (limited to 'drivers/timer/arc_timer.c')
-rw-r--r-- | drivers/timer/arc_timer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/timer/arc_timer.c b/drivers/timer/arc_timer.c index 413bcc32f01..6ad520c10aa 100644 --- a/drivers/timer/arc_timer.c +++ b/drivers/timer/arc_timer.c @@ -89,7 +89,6 @@ static int arc_timer_probe(struct udevice *dev) return 0; } - static const struct timer_ops arc_timer_ops = { .get_count = arc_timer_get_count, }; |