summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/gpio/gpio_dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/gpio/gpio_dev.c')
-rw-r--r--src/soc/intel/common/block/gpio/gpio_dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/gpio/gpio_dev.c b/src/soc/intel/common/block/gpio/gpio_dev.c
index a1794731cee4..bea0363eb0b3 100644
--- a/src/soc/intel/common/block/gpio/gpio_dev.c
+++ b/src/soc/intel/common/block/gpio/gpio_dev.c
@@ -3,8 +3,8 @@
#include <assert.h>
#include <device/device.h>
#include <device/gpio.h>
-#include <intelblocks/gpio.h>
#include <gpio.h>
+#include <intelblocks/gpio.h>
static struct gpio_operations gpio_ops = {
.get = gpio_get,