drivers: gpio: mchp_mss: remove redundant include

<soc.h> is not needed.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-01-18 13:08:28 +01:00 committed by Fabio Baltieri
parent d17405f255
commit 0363b74b38

View file

@ -9,7 +9,6 @@
#include <errno.h>
#include <zephyr/kernel.h>
#include <zephyr/device.h>
#include <soc.h>
#include <zephyr/drivers/gpio.h>
#include <zephyr/sys/util.h>
#include <zephyr/irq.h>