This is an automatic generated email to let you know that the following patch were queued:
Subject: media: amphion: remove unused struct 'vpu_malone_frame_buffer' Author: Dr. David Alan Gilbert <li...@treblig.org> Date: Thu May 30 14:26:17 2024 +0100 'vpu_malone_frame_buffer' has been unused since the original commit 145e936380ed ("media: amphion: implement malone decoder rpc interface"). Remove it. Signed-off-by: Dr. David Alan Gilbert <li...@treblig.org> Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl> drivers/media/platform/amphion/vpu_malone.c | 5 ----- 1 file changed, 5 deletions(-) --- diff --git a/drivers/media/platform/amphion/vpu_malone.c b/drivers/media/platform/amphion/vpu_malone.c index d3425de7bccd..4769c053c6c2 100644 --- a/drivers/media/platform/amphion/vpu_malone.c +++ b/drivers/media/platform/amphion/vpu_malone.c @@ -207,11 +207,6 @@ struct vpu_malone_dbglog_desc { u32 reserved; }; -struct vpu_malone_frame_buffer { - u32 addr; - u32 size; -}; - struct vpu_malone_udata { u32 base; u32 total_size;