From 1d4c305887642759ae89d47804165e534829959c Mon Sep 17 00:00:00 2001 From: Ionela Voinescu Date: Sun, 7 Jun 2015 23:22:34 +0100 Subject: pistachio: sort included header files Place included header files in alphabetical order. Change-Id: Ice23178d1f07e2cb0178efbc7ce487d54bf3f708 Signed-off-by: Ionela Voinescu Reviewed-on: http://review.coreboot.org/10459 Reviewed-by: Stefan Reinauer Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/soc/imgtec/pistachio/spi.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/soc/imgtec/pistachio/spi.c') 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 -#include -#include #include #include -#include #include +#include +#include +#include +#include #if !CONFIG_SPI_ATOMIC_SEQUENCING #error "Unsupported SPI driver API" -- cgit v1.2.3