dmaengine: qcom: gpi: remove unused struct 'reg_info'
'reg_info' was never used since it's initial
commit 5d0c3533a1 ("dmaengine: qcom: Add GPI dma driver")
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://lore.kernel.org/r/20240517234024.231477-1-linux@treblig.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
committed by
Vinod Koul
parent
d1c6524e3e
commit
7dcf9e82e0
@@ -476,12 +476,6 @@ struct gpi_dev {
|
||||
struct gpii *gpiis;
|
||||
};
|
||||
|
||||
struct reg_info {
|
||||
char *name;
|
||||
u32 offset;
|
||||
u32 val;
|
||||
};
|
||||
|
||||
struct gchan {
|
||||
struct virt_dma_chan vc;
|
||||
u32 chid;
|
||||
|
||||
Reference in New Issue
Block a user