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:
Marek Vasut 2024-07-20 14:41:05 +02:00 committed by Tom Rini
parent 109ab9d296
commit f553d29ae8
2 changed files with 0 additions and 2 deletions

View file

@ -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;
};

View file

@ -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,