diff options
| author | Tom Rini <[email protected]> | 2024-07-22 10:54:13 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-22 10:54:13 -0600 |
| commit | f1aa32d65d31c8f8a43617e724495d0aad011620 (patch) | |
| tree | a48c1f694ae6a8f8f79f7b5946002ed7328574f8 /drivers/timer | |
| parent | 9b186f68afbf0d08bc5108108c8748b4b0511aee (diff) | |
| parent | f553d29ae87697f0a0c74df7c66ce47cc34805d7 (diff) | |
Merge patch series "drivers: ata: Remove duplicate newlines"
Drop all duplicate newlines from the driver directory files.
Diffstat (limited to 'drivers/timer')
| -rw-r--r-- | drivers/timer/arc_timer.c | 1 | ||||
| -rw-r--r-- | drivers/timer/sp804_timer.c | 1 |
2 files changed, 0 insertions, 2 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, }; 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; }; |
