浏览代码

ASoC: Fix include build error in s3c2412-i2s.c

Fix accidental change of <mach/regs-gpio.h> to
<plat/regs-gpio.h> in s3c2412-i2s.c

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Ben Dooks 16 年之前
父节点
当前提交
76fff36802
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sound/soc/s3c24xx/s3c2412-i2s.c

+ 1 - 1
sound/soc/s3c24xx/s3c2412-i2s.c

@@ -33,8 +33,8 @@
 
 #include <plat/regs-s3c2412-iis.h>
 
-#include <plat/regs-gpio.h>
 #include <plat/audio.h>
+#include <mach/regs-gpio.h>
 #include <mach/dma.h>
 
 #include "s3c24xx-pcm.h"