aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/s3c24xx/s3c2443-ac97.c
diff options
context:
space:
mode:
authorBen Dooks <ben@simtec.co.uk>2009-03-04 00:49:28 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-03-05 12:01:00 +0000
commit899e6cf5e6d83a91d2e257f7a4e8ca98db3831cc (patch)
treec29621cb00faafe10c1bfebbe9a1ead5bcba2748 /sound/soc/s3c24xx/s3c2443-ac97.c
parentS3C24XX: Move and update IIS headers (diff)
downloadlinux-dev-899e6cf5e6d83a91d2e257f7a4e8ca98db3831cc.tar.xz
linux-dev-899e6cf5e6d83a91d2e257f7a4e8ca98db3831cc.zip
S3C: Move <mach/audio.h> to <plat/audio.h>
The <mach/audio.h> file needs to be common to both ARCH_S3C2410 and ARCH_S3C64XX as they share common driver code, so move it to <plat/audio.h>. Signed-off-by: Ben Dooks <ben@simtec.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to '')
-rw-r--r--sound/soc/s3c24xx/s3c2443-ac97.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/s3c2443-ac97.c b/sound/soc/s3c24xx/s3c2443-ac97.c
index 5822d2dd49ba..5c7f18a22645 100644
--- a/sound/soc/s3c24xx/s3c2443-ac97.c
+++ b/sound/soc/s3c24xx/s3c2443-ac97.c
@@ -31,7 +31,7 @@
#include <plat/regs-ac97.h>
#include <mach/regs-gpio.h>
#include <mach/regs-clock.h>
-#include <mach/audio.h>
+#include <plat/audio.h>
#include <asm/dma.h>
#include <mach/dma.h>