refactor(runtime/include): move dev.h to dev_assign's rmm_stub
This is necessary so that 'struct pdev' is accessible from EL0_app
services.
Signed-off-by: Mate Toth-Pal <mate.toth-pal@arm.com>
Change-Id: Ibd4e4cba7a4b681e8a31db30ecefeb6a3080c757
diff --git a/runtime/include/dev.h b/app/device_assignment/rmm_stub/include/dev.h
similarity index 98%
rename from runtime/include/dev.h
rename to app/device_assignment/rmm_stub/include/dev.h
index 61f90ed..e6516e7 100644
--- a/runtime/include/dev.h
+++ b/app/device_assignment/rmm_stub/include/dev.h
@@ -11,7 +11,6 @@
#include <arch_features.h>
#include <granule.h>
#include <sizes.h>
-#include <smc-handler.h>
#include <smc-rmi.h>
#include <utils_def.h>