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:
parent
d07d8082c9
commit
37696829a9
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue