aboutsummaryrefslogtreecommitdiff
path: root/module/ddr_phy500/src/mod_ddr_phy500.c
diff options
context:
space:
mode:
Diffstat (limited to 'module/ddr_phy500/src/mod_ddr_phy500.c')
-rw-r--r--module/ddr_phy500/src/mod_ddr_phy500.c19
1 files changed, 11 insertions, 8 deletions
diff --git a/module/ddr_phy500/src/mod_ddr_phy500.c b/module/ddr_phy500/src/mod_ddr_phy500.c
index e79a4732..9ad268cd 100644
--- a/module/ddr_phy500/src/mod_ddr_phy500.c
+++ b/module/ddr_phy500/src/mod_ddr_phy500.c
@@ -8,22 +8,25 @@
* DDR-PHY500 driver
*/
-#include <fwk_assert.h>
-#include <fwk_id.h>
-#include <fwk_mm.h>
-#include <fwk_module.h>
-#include <fwk_module_idx.h>
-#include <fwk_status.h>
#include <mod_ddr_phy500.h>
+#include <mod_log.h>
#ifdef BUILD_HAS_MOD_DMC500
- #include <mod_dmc500.h>
+# include <mod_dmc500.h>
#endif
#ifdef BUILD_HAS_MOD_DMC620
- #include <mod_dmc620.h>
+# include <mod_dmc620.h>
#endif
+#include <fwk_assert.h>
+#include <fwk_id.h>
+#include <fwk_module.h>
+#include <fwk_module_idx.h>
+#include <fwk_status.h>
+
+#include <stddef.h>
+
static struct mod_log_api *log_api;
/*