Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: amphion: remove unused struct 'vpu_malone_frame_buffer'

'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 <linux@treblig.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>

authored by

Dr. David Alan Gilbert and committed by
Hans Verkuil
327f961f 96646f3a

-5
-5
drivers/media/platform/amphion/vpu_malone.c
··· 207 207 u32 reserved; 208 208 }; 209 209 210 - struct vpu_malone_frame_buffer { 211 - u32 addr; 212 - u32 size; 213 - }; 214 - 215 210 struct vpu_malone_udata { 216 211 u32 base; 217 212 u32 total_size;