Skip to content

Commit 7dcf9e8

Browse files
Dr. David Alan Gilbertvinodkoul
authored andcommitted
dmaengine: qcom: gpi: remove unused struct 'reg_info'
'reg_info' was never used since it's initial commit 5d0c353 ("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>
1 parent d1c6524 commit 7dcf9e8

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

drivers/dma/qcom/gpi.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -476,12 +476,6 @@ struct gpi_dev {
476476
struct gpii *gpiis;
477477
};
478478

479-
struct reg_info {
480-
char *name;
481-
u32 offset;
482-
u32 val;
483-
};
484-
485479
struct gchan {
486480
struct virt_dma_chan vc;
487481
u32 chid;

0 commit comments

Comments
 (0)