diff options
Diffstat (limited to 'arch/mips/include/asm/txx9/dmac.h')
-rw-r--r-- | arch/mips/include/asm/txx9/dmac.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/include/asm/txx9/dmac.h b/arch/mips/include/asm/txx9/dmac.h index a87d1c3e4f5..5e9151fccbb 100644 --- a/arch/mips/include/asm/txx9/dmac.h +++ b/arch/mips/include/asm/txx9/dmac.h | |||
@@ -45,4 +45,7 @@ struct txx9dmac_slave { | |||
45 | unsigned int reg_width; | 45 | unsigned int reg_width; |
46 | }; | 46 | }; |
47 | 47 | ||
48 | void txx9_dmac_init(int id, unsigned long baseaddr, int irq, | ||
49 | const struct txx9dmac_platform_data *pdata); | ||
50 | |||
48 | #endif /* __ASM_TXX9_DMAC_H */ | 51 | #endif /* __ASM_TXX9_DMAC_H */ |