summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c24xx/common.h
diff options
context:
space:
mode:
authorHeiko Stuebner2013-10-07 23:42:10 +0200
committerKukjin Kim2013-10-07 23:42:10 +0200
commitf2dda07db68d2bbe91bc9985280f0586c9d25523 (patch)
tree725be0230e1e624ca8dc057cca78f9e2d5b0818d /arch/arm/mach-s3c24xx/common.h
parentdmaengine: add driver for Samsung s3c24xx SoCs (diff)
downloadkernel-qcow2-linux-f2dda07db68d2bbe91bc9985280f0586c9d25523.tar.gz
kernel-qcow2-linux-f2dda07db68d2bbe91bc9985280f0586c9d25523.tar.xz
kernel-qcow2-linux-f2dda07db68d2bbe91bc9985280f0586c9d25523.zip
ARM: S3C24XX: add platform-devices for new dma driver for s3c2412 and s3c2443
This includes defining the mapping for the request sources. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/common.h')
-rw-r--r--arch/arm/mach-s3c24xx/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/common.h b/arch/arm/mach-s3c24xx/common.h
index 84b280654f4c..fe071893275f 100644
--- a/arch/arm/mach-s3c24xx/common.h
+++ b/arch/arm/mach-s3c24xx/common.h
@@ -109,4 +109,7 @@ extern void s3c2443_init_irq(void);
extern struct syscore_ops s3c24xx_irq_syscore_ops;
+extern struct platform_device s3c2412_device_dma;
+extern struct platform_device s3c2443_device_dma;
+
#endif /* __ARCH_ARM_MACH_S3C24XX_COMMON_H */