Skip to content

Commit 67cbfa9

Browse files
Dr. David Alan Gilbertkhilman
authored andcommitted
ARM: omap1: Remove unused struct 'dma_link_info'
I think the last use of this was removed somewhere around the two: Commit 755cbfd ("ARM: OMAP2+: Drop sdma interrupt handling for mach-omap2") and Commit 1663071 ("ARM: omap1: move plat/dma.c to mach/omap-dma.c") Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Acked-by: Aaro Koskinen <aaro.koskinen@iki.fi> Link: https://lore.kernel.org/r/20240505202214.623612-1-linux@treblig.org Signed-off-by: Kevin Hilman <khilman@baylibre.com>
1 parent 8400291 commit 67cbfa9

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

arch/arm/mach-omap1/omap-dma.c

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,6 @@ static struct omap_dma_dev_attr *d;
5959
static int enable_1510_mode;
6060
static u32 errata;
6161

62-
struct dma_link_info {
63-
int *linked_dmach_q;
64-
int no_of_lchs_linked;
65-
66-
int q_count;
67-
int q_tail;
68-
int q_head;
69-
70-
int chain_state;
71-
int chain_mode;
72-
73-
};
74-
7562
static int dma_lch_count;
7663
static int dma_chan_count;
7764
static int omap_dma_reserve_channels;

0 commit comments

Comments
 (0)