diff options
author | Manuel Lauss <manuel.lauss@googlemail.com> | 2010-04-14 14:33:44 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-05-21 16:31:15 -0400 |
commit | 96d660c482e03b2d7b6c0245b95a7cce537606c8 (patch) | |
tree | c414bcdc389770516cc53308540171e510e0dcc0 /arch/mips/include/asm/mach-au1x00 | |
parent | 0f0d85bcc332ec8f0957378ea5fa3e553f80ae4b (diff) |
MIPS: Alchemy: add sysdev for DBDMA PM.
Add a sysdev for DBDMA PM.
Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
To: Linux-MIPS <linux-mips@linux-mips.org>
Patchwork: http://patchwork.linux-mips.org/patch/1119/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/mach-au1x00')
-rw-r--r-- | arch/mips/include/asm/mach-au1x00/au1xxx_dbdma.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/include/asm/mach-au1x00/au1xxx_dbdma.h b/arch/mips/include/asm/mach-au1x00/au1xxx_dbdma.h index 8c6b1105ce0b..c8a553a36ba4 100644 --- a/arch/mips/include/asm/mach-au1x00/au1xxx_dbdma.h +++ b/arch/mips/include/asm/mach-au1x00/au1xxx_dbdma.h | |||
@@ -358,10 +358,6 @@ u32 au1xxx_dbdma_put_dscr(u32 chanid, au1x_ddma_desc_t *dscr); | |||
358 | u32 au1xxx_ddma_add_device(dbdev_tab_t *dev); | 358 | u32 au1xxx_ddma_add_device(dbdev_tab_t *dev); |
359 | extern void au1xxx_ddma_del_device(u32 devid); | 359 | extern void au1xxx_ddma_del_device(u32 devid); |
360 | void *au1xxx_ddma_get_nextptr_virt(au1x_ddma_desc_t *dp); | 360 | void *au1xxx_ddma_get_nextptr_virt(au1x_ddma_desc_t *dp); |
361 | #ifdef CONFIG_PM | ||
362 | void au1xxx_dbdma_suspend(void); | ||
363 | void au1xxx_dbdma_resume(void); | ||
364 | #endif | ||
365 | 361 | ||
366 | /* | 362 | /* |
367 | * Flags for the put_source/put_dest functions. | 363 | * Flags for the put_source/put_dest functions. |