diff options
Diffstat (limited to 'src/mainboard/google/kahlee/chromeos.c')
-rw-r--r-- | src/mainboard/google/kahlee/chromeos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/kahlee/chromeos.c b/src/mainboard/google/kahlee/chromeos.c index 4112db5677..156614bbb8 100644 --- a/src/mainboard/google/kahlee/chromeos.c +++ b/src/mainboard/google/kahlee/chromeos.c @@ -18,7 +18,7 @@ #include <vendorcode/google/chromeos/chromeos.h> #include <boot/coreboot_tables.h> #include <console/console.h> -#include <soc/gpio.h> +#include <gpio.h> /* SPI Write protect */ #define CROS_WP_GPIO GPIO_122 |