aboutsummaryrefslogtreecommitdiff
path: root/src/soc/imgtec/pistachio/include
diff options
context:
space:
mode:
authorIonela Voinescu <ionela.voinescu@imgtec.com>2015-06-07 23:22:34 +0100
committerPatrick Georgi <pgeorgi@google.com>2015-06-10 22:21:55 +0200
commit1d4c305887642759ae89d47804165e534829959c (patch)
tree918960bce01a911988af834c5950358d0efa8627 /src/soc/imgtec/pistachio/include
parent11f33e48721d864fc575e4c1c76e69fdb50b9901 (diff)
pistachio: sort included header files
Place included header files in alphabetical order. Change-Id: Ice23178d1f07e2cb0178efbc7ce487d54bf3f708 Signed-off-by: Ionela Voinescu <ionela.voinescu@imgtec.com> Reviewed-on: http://review.coreboot.org/10459 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/imgtec/pistachio/include')
-rw-r--r--src/soc/imgtec/pistachio/include/soc/spi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/imgtec/pistachio/include/soc/spi.h b/src/soc/imgtec/pistachio/include/soc/spi.h
index 91d6d558e5..00d1aec540 100644
--- a/src/soc/imgtec/pistachio/include/soc/spi.h
+++ b/src/soc/imgtec/pistachio/include/soc/spi.h
@@ -17,8 +17,8 @@
#ifndef __SOC_IMGTEC_DANUBE_SPI_H__
#define __SOC_IMGTEC_DANUBE_SPI_H__
-#include <arch/types.h>
#include <arch/io.h>
+#include <arch/types.h>
#define spi_read_reg_field(regval, field) \
( \