diff options
Diffstat (limited to 'src/soc/intel/xeon_sp/skx/chip.h')
-rw-r--r-- | src/soc/intel/xeon_sp/skx/chip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/xeon_sp/skx/chip.h b/src/soc/intel/xeon_sp/skx/chip.h index b852c4a128..0c0521178c 100644 --- a/src/soc/intel/xeon_sp/skx/chip.h +++ b/src/soc/intel/xeon_sp/skx/chip.h @@ -3,11 +3,11 @@ #ifndef _SOC_CHIP_H_ #define _SOC_CHIP_H_ -#include <stdint.h> +#include <gpio.h> #include <intelblocks/cfg.h> #include <soc/acpi.h> -#include <soc/gpio.h> #include <soc/irq.h> +#include <stdint.h> struct soc_intel_xeon_sp_skx_config { /* Common struct containing soc config data required by common code */ |