drivers: timer: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
Marek Vasut
2024-07-22 10:53:06 -06:00
committed by Tom Rini
parent 0b9377abbf
commit 6478e02b2a
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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,
};