From b09f543673db484b930997987572c40de1e1cecd Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Fri, 15 Jan 2021 07:17:13 -0600 Subject: [PATCH] watchdog: sifive: Remove use of DEVICE_DT_INST_DECLARE DEVICE_DT_INST_DECLARE is no longer needed and this one case was missed in the cleanup to remove it. Signed-off-by: Kumar Gala --- drivers/watchdog/wdt_sifive.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/watchdog/wdt_sifive.c b/drivers/watchdog/wdt_sifive.c index 897c6e28142..53f44071ac9 100644 --- a/drivers/watchdog/wdt_sifive.c +++ b/drivers/watchdog/wdt_sifive.c @@ -258,8 +258,6 @@ static const struct wdt_driver_api wdt_sifive_api = { .feed = wdt_sifive_feed, }; -DEVICE_DT_INST_DECLARE(0); - static void wdt_sifive_irq_config(void) { IRQ_CONNECT(DT_INST_IRQN(0),