From: Ben Dooks Date: Thu, 16 Apr 2009 09:32:21 +0000 (+0100) Subject: ASoC: Fix include build error in s3c2412-i2s.c X-Git-Tag: v2.6.30-rc3~46^2~3^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=76fff3680286d3f7f1ced5e38d613deff86caf20;p=karo-tx-linux.git ASoC: Fix include build error in s3c2412-i2s.c Fix accidental change of to in s3c2412-i2s.c Signed-off-by: Ben Dooks Signed-off-by: Mark Brown --- diff --git a/sound/soc/s3c24xx/s3c2412-i2s.c b/sound/soc/s3c24xx/s3c2412-i2s.c index 1ca3cdaa8213..b7e0b3f0bfc8 100644 --- a/sound/soc/s3c24xx/s3c2412-i2s.c +++ b/sound/soc/s3c24xx/s3c2412-i2s.c @@ -33,8 +33,8 @@ #include -#include #include +#include #include #include "s3c24xx-pcm.h"