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:
parent
1a6e26db33
commit
eb4dee62c5
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue