diff options
Diffstat (limited to 'src/soc/imgtec/pistachio/spi.c')
-rw-r--r-- | src/soc/imgtec/pistachio/spi.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/soc/imgtec/pistachio/spi.c b/src/soc/imgtec/pistachio/spi.c index 3cae6af79e..f38607cf5b 100644 --- a/src/soc/imgtec/pistachio/spi.c +++ b/src/soc/imgtec/pistachio/spi.c @@ -13,13 +13,13 @@ * GNU General Public License for more details. */ -#include <string.h> -#include <stdlib.h> -#include <timer.h> #include <soc/cpu.h> #include <soc/spi.h> -#include <spi-generic.h> #include <spi_flash.h> +#include <spi-generic.h> +#include <stdlib.h> +#include <string.h> +#include <timer.h> #if !CONFIG_SPI_ATOMIC_SEQUENCING #error "Unsupported SPI driver API" |