[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240530132619.71103-2-linux@treblig.org>
Date: Thu, 30 May 2024 14:26:17 +0100
From: linux@...blig.org
To: mchehab@...nel.org,
ming.qian@....com,
eagle.zhou@....com,
digetx@...il.com,
jonathanh@...dia.com
Cc: linux-tegra@...r.kernel.org,
linux-media@...r.kernel.org,
linux-kernel@...r.kernel.org,
"Dr. David Alan Gilbert" <linux@...blig.org>
Subject: [PATCH v2 1/3] media: amphion: remove unused struct 'vpu_malone_frame_buffer'
From: "Dr. David Alan Gilbert" <linux@...blig.org>
'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@...blig.org>
---
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;
--
2.45.1
Powered by blists - more mailing lists