drivers: watchdog: wdt_dw: add missing header

Needs zephyr/irq.h to compile it.

Signed-off-by: Savent Gate <savent_gate@outlook.com>
This commit is contained in:
Savent Gate 2024-10-23 21:07:56 +08:00 committed by Henrik Brix Andersen
parent 4f88301bc9
commit 4e879ab518
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include <zephyr/math/ilog2.h>
#include <zephyr/drivers/reset.h>
#include <zephyr/drivers/clock_control.h>
#include <zephyr/irq.h>
#include "wdt_dw.h"
#include "wdt_dw_common.h"