summaryrefslogtreecommitdiff
path: root/chip/mchp/spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mchp/spi.c')
-rw-r--r--chip/mchp/spi.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/chip/mchp/spi.c b/chip/mchp/spi.c
index 4445666790..195c10d8a6 100644
--- a/chip/mchp/spi.c
+++ b/chip/mchp/spi.c
@@ -9,14 +9,14 @@
#include "console.h"
#include "dma.h"
#include "gpio.h"
-#include "hooks.h"
-#include "qmspi_chip.h"
#include "registers.h"
#include "spi.h"
-#include "spi_chip.h"
-#include "task.h"
#include "timer.h"
#include "util.h"
+#include "hooks.h"
+#include "task.h"
+#include "spi_chip.h"
+#include "qmspi_chip.h"
#if defined(CONFIG_MCHP_GPSPI) && !defined(LFW)
#include "gpspi_chip.h"
#endif