drivers: watchdog: andes atcwdt200 remove soc.h

soc\riscv\andes_v5\ae350\soc.h was empty and deleted,so revise
 wdt_andes_atcwdt200.c to resolve
 'fatal error: soc.h: No such file or directory'.

Signed-off-by: cyliang tw <cyliang@nuvoton.com>
This commit is contained in:
cyliang tw 2024-01-26 10:38:14 +08:00 committed by Carles Cufí
parent d07d8082c9
commit 37696829a9

View file

@ -7,7 +7,6 @@
#define DT_DRV_COMPAT andestech_atcwdt200
#include <zephyr/kernel.h>
#include <soc.h>
#include <zephyr/drivers/watchdog.h>
#define LOG_LEVEL CONFIG_WDT_LOG_LEVEL