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 <[email protected]> Reviewed-by: Bryan O'Donoghue <[email protected]> Reviewed-by: Frank Li <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent d1c6524 commit 7dcf9e8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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)