diff options
Diffstat (limited to 'include/asm-frv/dma.h')
-rw-r--r-- | include/asm-frv/dma.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/asm-frv/dma.h b/include/asm-frv/dma.h index 18d6bb8f84fc..683c47d48a5b 100644 --- a/include/asm-frv/dma.h +++ b/include/asm-frv/dma.h | |||
@@ -24,10 +24,7 @@ | |||
24 | /* | 24 | /* |
25 | * FRV DMA controller management | 25 | * FRV DMA controller management |
26 | */ | 26 | */ |
27 | struct pt_regs; | 27 | typedef irqreturn_t (*dma_irq_handler_t)(int dmachan, unsigned long cstr, void *data); |
28 | |||
29 | typedef irqreturn_t (*dma_irq_handler_t)(int dmachan, unsigned long cstr, void *data, | ||
30 | struct pt_regs *regs); | ||
31 | 28 | ||
32 | extern void frv_dma_init(void); | 29 | extern void frv_dma_init(void); |
33 | 30 | ||