Sanitise includes across codebase
[project/bcm63xx/atf.git] / drivers / renesas / rcar / rpc / rpc_driver.c
index bc7424ac6131f3e5cff9864f70beaa0b65672f0f..bea27521013f2e8cf381b3e290356f6b29a5edb0 100644 (file)
@@ -4,12 +4,14 @@
  * SPDX-License-Identifier: BSD-3-Clause
  */
 
-#include <mmio.h>
 #include <stdint.h>
 #include <string.h>
+
+#include <common/debug.h>
+#include <lib/mmio.h>
+
 #include "cpg_registers.h"
 #include "rpc_registers.h"
-#include "debug.h"
 #include "rcar_private.h"
 
 #define MSTPSR9_RPC_BIT                (0x00020000U)