drivers: ivshmem: remove unnecessary platform dependency

The ivshmem code does not use any platform-specific code; therefore,
remove the dependency to the soc interface.

No functional change intended.

Signed-off-by: Rodrigo Cataldo <rodrigo.cataldo@huawei.com>
Co-authored-by: Henri Xavier <datacomos@huawei.com>
This commit is contained in:
Rodrigo Cataldo 2022-12-01 17:00:38 +01:00 committed by Carles Cufí
commit eb4dee62c5

View file

@ -15,7 +15,6 @@ LOG_MODULE_REGISTER(ivshmem);
#include <zephyr/kernel.h>
#include <zephyr/arch/cpu.h>
#include <soc.h>
#include <zephyr/device.h>
#include <zephyr/init.h>