diff options
| author | Ashok Reddy Soma <[email protected]> | 2022-07-22 02:46:57 -0600 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2022-07-26 08:36:20 +0200 |
| commit | cce33515010287a5bd7f4b6f9ebce0f56268a7f1 (patch) | |
| tree | f91c8a98fe46778c138607eabb2627df31a838d3 /drivers/mailbox | |
| parent | 7b4e365e49c76df88917883bd59dc9799131bac2 (diff) | |
mailbox: zynqmp: Move struct zynqmp_ipi_msg from sys_proto.h
Mailbox driver might be need for Versal and other future platforms.
To remove the dependency, move struct zynqmp_ipi_msg to
zynqmp_firmware.h so that mailbox driver compiles for other platforms
easily.
Signed-off-by: Ashok Reddy Soma <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/mailbox')
| -rw-r--r-- | drivers/mailbox/zynqmp-ipi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mailbox/zynqmp-ipi.c b/drivers/mailbox/zynqmp-ipi.c index 959cce923c5..3e4ec47389f 100644 --- a/drivers/mailbox/zynqmp-ipi.c +++ b/drivers/mailbox/zynqmp-ipi.c @@ -11,10 +11,10 @@ #include <dm.h> #include <mailbox-uclass.h> #include <dm/device_compat.h> -#include <mach/sys_proto.h> #include <linux/ioport.h> #include <linux/io.h> #include <wait_bit.h> +#include <zynqmp_firmware.h> /* IPI bitmasks, register base */ /* TODO: move reg base to DT */ |
