mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00
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:
parent
0b9377abbf
commit
6478e02b2a
2 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue