summaryrefslogtreecommitdiff
path: root/chip/mchp/dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mchp/dma.c')
-rw-r--r--chip/mchp/dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/mchp/dma.c b/chip/mchp/dma.c
index c921527d7f..8a091286a7 100644
--- a/chip/mchp/dma.c
+++ b/chip/mchp/dma.c
@@ -9,9 +9,9 @@
#include "hooks.h"
#include "registers.h"
#include "task.h"
-#include "tfdp_chip.h"
#include "timer.h"
#include "util.h"
+#include "tfdp_chip.h"
/* Console output macros */
#define CPUTS(outstr) cputs(CC_DMA, outstr)