aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-frv/dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-frv/dma.h')
-rw-r--r--include/asm-frv/dma.h5
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 @@
/*
* FRV DMA controller management
*/
-struct pt_regs;
-
-typedef irqreturn_t (*dma_irq_handler_t)(int dmachan, unsigned long cstr, void *data,
- struct pt_regs *regs);
+typedef irqreturn_t (*dma_irq_handler_t)(int dmachan, unsigned long cstr, void *data);
extern void frv_dma_init(void);