summaryrefslogtreecommitdiff
path: root/chip/mchp/dma_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mchp/dma_chip.h')
-rw-r--r--chip/mchp/dma_chip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/mchp/dma_chip.h b/chip/mchp/dma_chip.h
index bfdb8ab9be..6f569a1dc7 100644
--- a/chip/mchp/dma_chip.h
+++ b/chip/mchp/dma_chip.h
@@ -13,8 +13,8 @@
#ifndef _DMA_CHIP_H
#define _DMA_CHIP_H
-#include <stddef.h>
#include <stdint.h>
+#include <stddef.h>
#ifdef __cplusplus
extern "C" {