diff options
-rw-r--r-- | src/mainboard/portwell/m107/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/portwell/m107/gpio.c b/src/mainboard/portwell/m107/gpio.c index dc4d3894d3..cb1d2cb86c 100644 --- a/src/mainboard/portwell/m107/gpio.c +++ b/src/mainboard/portwell/m107/gpio.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <soc/gpio.h> +#include <gpio.h> /* South East Community */ static const struct soc_gpio_map gpse_gpio_map[] = { |