Skip to content

Commit

Permalink
ASoC: Fix include build error in s3c2412-i2s.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Dooks authored and Mark Brown committed Apr 16, 2009
1 parent 3715c6a commit 76fff36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/s3c24xx/s3c2412-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 76fff36

Please sign in to comment.