mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 20:58:22 +00:00
drivers: watchdog: 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
109ab9d296
commit
f553d29ae8
2 changed files with 0 additions and 2 deletions
|
@ -24,7 +24,6 @@
|
|||
#define GXBB_WDT_CTRL_DIV_MASK GENMASK(17, 0)
|
||||
#define GXBB_WDT_TCNT_SETUP_MASK GENMASK(15, 0)
|
||||
|
||||
|
||||
struct amlogic_wdt_priv {
|
||||
void __iomem *reg_base;
|
||||
};
|
||||
|
|
|
@ -56,7 +56,6 @@ static int alarm_wdt_expire_now(struct udevice *dev, ulong flags)
|
|||
return 0;
|
||||
}
|
||||
|
||||
|
||||
static const struct wdt_ops alarm_wdt_ops = {
|
||||
.start = alarm_wdt_start,
|
||||
.reset = alarm_wdt_reset,
|
||||
|
|
Loading…
Add table
Reference in a new issue