diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-04-11 21:08:42 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-11 21:17:38 +0400 |
commit | 5d229ce569be74f6f10c01dd99061cdb1dabb312 (patch) | |
tree | 1cee9d6b0983378537e23763f06ab36fbdf20b97 /sound/soc/samsung/h1940_uda1380.c | |
parent | 0930c33ad005f5af955059f8e85cdd1816e25a1b (diff) | |
download | linux-5d229ce569be74f6f10c01dd99061cdb1dabb312.tar.xz |
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/h1940_uda1380.c')
-rw-r--r-- | sound/soc/samsung/h1940_uda1380.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/samsung/h1940_uda1380.c b/sound/soc/samsung/h1940_uda1380.c index 15a3817aa5c8..fa91376e323d 100644 --- a/sound/soc/samsung/h1940_uda1380.c +++ b/sound/soc/samsung/h1940_uda1380.c @@ -20,7 +20,7 @@ #include <sound/soc.h> #include <sound/jack.h> -#include <plat/regs-iis.h> +#include "regs-iis.h" #include <asm/mach-types.h> #include "s3c24xx-i2s.h" |