From 16be28550f0906e2bfff20b94dd373f59b4a2ccf Mon Sep 17 00:00:00 2001 From: Mikael Olsson Date: Mon, 12 Feb 2024 09:56:56 +0100 Subject: Rename macros and types to namespace their usage Macros and types have been renamed accordingly to namespace them by their usage in the new kernel driver source tree structure. This is done in a separate commit from the restructuring to avoid Git from seeing some of the moved files as new ones because they have been both moved and modified at the same time and thus losing the connection in the history. Change-Id: Icd4d8e8c76779479b5b46a55bf1d4f78a629c281 Signed-off-by: Mikael Olsson --- kernel/include/common/ethosu_device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/include/common/ethosu_device.h') diff --git a/kernel/include/common/ethosu_device.h b/kernel/include/common/ethosu_device.h index e96543e..04ac5d8 100644 --- a/kernel/include/common/ethosu_device.h +++ b/kernel/include/common/ethosu_device.h @@ -46,7 +46,7 @@ struct ethosu_device { struct rpmsg_endpoint *ept; struct cdev cdev; struct class *class; - struct ethosu_mailbox mailbox; + struct ethosu_rpmsg_mailbox mailbox; struct ethosu_uapi_device_capabilities capabilities; }; -- cgit v1.2.1