diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-08-05 13:29:57 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-08-13 20:13:29 -0400 |
commit | d91e9a7ab93e09e5a0fbed73f3a6a330f14620a4 (patch) | |
tree | 71d6625babfe09264e825ab198fa479d6556b955 /arch/arm/plat-s3c/include/plat/devs.h | |
parent | 229fd8ffba57dfaea59078b9144371369ffdb0a3 (diff) |
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/plat/devs.h')
-rw-r--r-- | arch/arm/plat-s3c/include/plat/devs.h | 1 |
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; | |||
56 | #ifdef CONFIG_CPU_S3C2440 | 56 | #ifdef CONFIG_CPU_S3C2440 |
57 | 57 | ||
58 | extern struct platform_device s3c_device_camif; | 58 | extern struct platform_device s3c_device_camif; |
59 | extern struct platform_device s3c_device_ac97; | ||
59 | 60 | ||
60 | #endif | 61 | #endif |