summaryrefslogtreecommitdiff
path: root/common/spi_nor.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/spi_nor.c')
-rw-r--r--common/spi_nor.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/spi_nor.c b/common/spi_nor.c
index 1eca5d806f..015cb7077c 100644
--- a/common/spi_nor.c
+++ b/common/spi_nor.c
@@ -7,13 +7,13 @@
#include "common.h"
#include "console.h"
-#include "sfdp.h"
-#include "shared_mem.h"
-#include "spi.h"
#include "spi_nor.h"
+#include "shared_mem.h"
+#include "util.h"
#include "task.h"
+#include "spi.h"
+#include "sfdp.h"
#include "timer.h"
-#include "util.h"
#include "watchdog.h"
#ifdef CONFIG_SPI_NOR_DEBUG