summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/mach-jz4740
diff options
context:
space:
mode:
authorLars-Peter Clausen2013-05-30 18:25:03 +0200
committerVinod Koul2013-07-05 08:10:51 +0200
commitcdcb90ad48816f51fdb4e93b2a33fe6038ce0949 (patch)
treeb170a90e819a463e96efd5a926456049ecdc5ba6 /arch/mips/include/asm/mach-jz4740
parentdma: Add a jz4740 dmaengine driver (diff)
downloadkernel-qcow2-linux-cdcb90ad48816f51fdb4e93b2a33fe6038ce0949.tar.gz
kernel-qcow2-linux-cdcb90ad48816f51fdb4e93b2a33fe6038ce0949.tar.xz
kernel-qcow2-linux-cdcb90ad48816f51fdb4e93b2a33fe6038ce0949.zip
MIPS: jz4740: Register jz4740 DMA device
Register a device for the newly added jz4740 dmaengine driver. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Ralf Baechle <ralf@linux-mips.org> [manually edited to align struct assignment] Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'arch/mips/include/asm/mach-jz4740')
-rw-r--r--arch/mips/include/asm/mach-jz4740/platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-jz4740/platform.h b/arch/mips/include/asm/mach-jz4740/platform.h
index 72cfebdb5a47..05988c2d6565 100644
--- a/arch/mips/include/asm/mach-jz4740/platform.h
+++ b/arch/mips/include/asm/mach-jz4740/platform.h
@@ -32,6 +32,7 @@ extern struct platform_device jz4740_codec_device;
extern struct platform_device jz4740_adc_device;
extern struct platform_device jz4740_wdt_device;
extern struct platform_device jz4740_pwm_device;
+extern struct platform_device jz4740_dma_device;
void jz4740_serial_device_register(void);