From aa9673cf31c7daca42a9713c8aa604bce280e85d Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 19 Dec 2007 15:37:49 +0100 Subject: [ALSA] neo1973: ASoC include pathname fix Fix s3c24xx include file path changes in asoc driver Signed-off-by: Harald Welte Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- sound/soc/s3c24xx/neo1973_wm8753.c | 4 +++- sound/soc/s3c24xx/s3c24xx-i2s.c | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'sound/soc') diff --git a/sound/soc/s3c24xx/neo1973_wm8753.c b/sound/soc/s3c24xx/neo1973_wm8753.c index f1f6b9478af9..bde4cdcb433f 100644 --- a/sound/soc/s3c24xx/neo1973_wm8753.c +++ b/sound/soc/s3c24xx/neo1973_wm8753.c @@ -30,13 +30,15 @@ #include #include -#include #include #include #include #include #include #include + +#include + #include "../codecs/wm8753.h" #include "lm4857.h" #include "s3c24xx-pcm.h" diff --git a/sound/soc/s3c24xx/s3c24xx-i2s.c b/sound/soc/s3c24xx/s3c24xx-i2s.c index cd89c4105fcd..fe30e0d82d37 100644 --- a/sound/soc/s3c24xx/s3c24xx-i2s.c +++ b/sound/soc/s3c24xx/s3c24xx-i2s.c @@ -33,13 +33,14 @@ #include #include -#include #include #include #include #include #include +#include + #include "s3c24xx-pcm.h" #include "s3c24xx-i2s.h" -- cgit v1.2.3-55-g7522