summaryrefslogtreecommitdiff
path: root/drivers/timer/sp804_timer.c
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2024-07-20 14:41:01 +0200
committerTom Rini <trini@konsulko.com>2024-07-22 10:53:06 -0600
commit6478e02b2a5734d22e0137139eb30964a7a57798 (patch)
tree151d5c6f43654ca32111339f5439bb0dd63bfb7c /drivers/timer/sp804_timer.c
parent0b9377abbf4ec0025ec4b1022b9b8abb43c47208 (diff)
drivers: timer: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'drivers/timer/sp804_timer.c')
-rw-r--r--drivers/timer/sp804_timer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/timer/sp804_timer.c b/drivers/timer/sp804_timer.c
index a254e295cbf..3e57f4b98ba 100644
--- a/drivers/timer/sp804_timer.c
+++ b/drivers/timer/sp804_timer.c
@@ -29,7 +29,6 @@ DECLARE_GLOBAL_DATA_PTR;
#define SP804_CTRL_TIMER_32BIT (1U << 1)
#define SP804_CTRL_ONESHOT (1U << 0)
-
struct sp804_timer_plat {
uintptr_t base;
};