diff options
| author | Dr. David Alan Gilbert <linux@treblig.org> | 2024-05-30 14:26:17 +0100 |
|---|---|---|
| committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2024-05-31 13:51:17 +0200 |
| commit | 327f961f77ea56ec3fbc0b3d66452dfe9f0f4d2e (patch) | |
| tree | 35841045a09b6d6ee23dce57e58573d721030303 /drivers/media | |
| parent | 96646f3a5a5dd32232c337cf468830113be4e48c (diff) | |
| download | linux-327f961f77ea56ec3fbc0b3d66452dfe9f0f4d2e.tar.gz linux-327f961f77ea56ec3fbc0b3d66452dfe9f0f4d2e.tar.bz2 linux-327f961f77ea56ec3fbc0b3d66452dfe9f0f4d2e.zip | |
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>
Diffstat (limited to 'drivers/media')
| -rw-r--r-- | drivers/media/platform/amphion/vpu_malone.c | 5 |
1 files changed, 0 insertions, 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; |
