refactor(ff-a): init
Move `plat_ffa_init` and `plat_ffa_log_init` to new `init.c` file.
Change-Id: I65484c6d5cd868de01c5bb8fb3edd103a0d61262
Signed-off-by: Karl Meakin <karl.meakin@arm.com>
diff --git a/src/ffa/hypervisor/ffa_memory.c b/src/ffa/hypervisor/ffa_memory.c
index 84cbcd4..f41378b 100644
--- a/src/ffa/hypervisor/ffa_memory.c
+++ b/src/ffa/hypervisor/ffa_memory.c
@@ -10,12 +10,12 @@
#include "hf/arch/other_world.h"
+#include "hf/ffa/init.h"
#include "hf/ffa_internal.h"
#include "hf/ffa_memory_internal.h"
#include "hf/std.h"
#include "hf/vm.h"
-#include "hypervisor.h"
#include "sysregs.h"
enum ffa_memory_handle_allocator ffa_memory_get_handle_allocator(void)