aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/arm/sp805/sp805.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/arm/sp805/sp805.c')
-rw-r--r--drivers/arm/sp805/sp805.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/arm/sp805/sp805.c b/drivers/arm/sp805/sp805.c
index aee90164a..ffca1ced5 100644
--- a/drivers/arm/sp805/sp805.c
+++ b/drivers/arm/sp805/sp805.c
@@ -4,10 +4,11 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <mmio.h>
-#include <sp805.h>
#include <stdint.h>
+#include <drivers/arm/sp805.h>
+#include <lib/mmio.h>
+
/* Inline register access functions */
static inline void sp805_write_wdog_load(uintptr_t base, uint32_t value)