drivers: i2c: andes: Remove the inclusion of soc.h

Remove the inclusion of empty file which will cause
twister-build error.

Signed-off-by: Wei-Tai Lee <wtlee@andestech.com>
This commit is contained in:
Wei-Tai Lee 2024-01-30 11:26:04 +08:00 committed by Carles Cufí
parent 5ef7404c7c
commit ab97a44096

View file

@ -10,7 +10,6 @@
#include <errno.h>
#include <zephyr/kernel.h>
#include <zephyr/device.h>
#include <soc.h>
#include <zephyr/drivers/i2c.h>
#include <zephyr/sys/util.h>
#include <zephyr/sys/sys_io.h>