aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c/include
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-08-05 18:29:57 +0100
committerBen Dooks <ben-linux@fluff.org>2009-08-14 01:13:29 +0100
commitd91e9a7ab93e09e5a0fbed73f3a6a330f14620a4 (patch)
tree71d6625babfe09264e825ab198fa479d6556b955 /arch/arm/plat-s3c/include
parentARM: S3C24XX: Add FIQ IRQ routing support (diff)
downloadlinux-dev-d91e9a7ab93e09e5a0fbed73f3a6a330f14620a4.tar.xz
linux-dev-d91e9a7ab93e09e5a0fbed73f3a6a330f14620a4.zip
ARM: S3C24XX: Add platform device for AC97 controller
Move the definition of the "generic" IRQ in the process. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c/include')
-rw-r--r--arch/arm/plat-s3c/include/plat/devs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/include/plat/devs.h b/arch/arm/plat-s3c/include/plat/devs.h
index 2e170827e0b0..2e6599411c28 100644
--- a/arch/arm/plat-s3c/include/plat/devs.h
+++ b/arch/arm/plat-s3c/include/plat/devs.h
@@ -56,5 +56,6 @@ extern struct platform_device s3c_device_usb_hsotg;
#ifdef CONFIG_CPU_S3C2440
extern struct platform_device s3c_device_camif;
+extern struct platform_device s3c_device_ac97;
#endif