aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/samsung/s3c24xx-i2s.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-04-11 19:08:42 +0200
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-04-11 18:17:38 +0100
commit5d229ce569be74f6f10c01dd99061cdb1dabb312 (patch)
tree1cee9d6b0983378537e23763f06ab36fbdf20b97 /sound/soc/samsung/s3c24xx-i2s.c
parentASoC: samsung: export idma_reg_addr_init (diff)
downloadlinux-dev-5d229ce569be74f6f10c01dd99061cdb1dabb312.tar.xz
linux-dev-5d229ce569be74f6f10c01dd99061cdb1dabb312.zip
ASoC: samsung: move plat/ headers to local directory
The plat/regs-iis.h and plat/regs-ac97.h files in the samsung platform are only needed by the ASoC drivers, so they can be moved into the same directory, as one more step towards a multiplatform build. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/samsung/s3c24xx-i2s.c')
-rw-r--r--sound/soc/samsung/s3c24xx-i2s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/samsung/s3c24xx-i2s.c b/sound/soc/samsung/s3c24xx-i2s.c
index 13f6dd1ceb00..a7b17c15236f 100644
--- a/sound/soc/samsung/s3c24xx-i2s.c
+++ b/sound/soc/samsung/s3c24xx-i2s.c
@@ -24,7 +24,7 @@
#include <sound/pcm_params.h>
#include <mach/dma.h>
-#include <plat/regs-iis.h>
+#include "regs-iis.h"
#include "dma.h"
#include "s3c24xx-i2s.h"