Commit 40efc15fc637cff22cf9c4f02c63f3f398320f83

Authored by Mark Brown
Committed by Takashi Iwai
1 parent 05808ecc45

[ALSA] soc - s3c24xx-i2s - Use linux/io.h

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

sound/soc/s3c24xx/s3c24xx-i2s.c
... ... @@ -25,6 +25,7 @@
25 25 #include <linux/delay.h>
26 26 #include <linux/clk.h>
27 27 #include <linux/jiffies.h>
  28 +#include <linux/io.h>
28 29 #include <sound/core.h>
29 30 #include <sound/pcm.h>
30 31 #include <sound/pcm_params.h>
... ... @@ -32,7 +33,6 @@
32 33 #include <sound/soc.h>
33 34  
34 35 #include <asm/hardware.h>
35   -#include <asm/io.h>
36 36 #include <asm/arch/regs-gpio.h>
37 37 #include <asm/arch/regs-clock.h>
38 38 #include <asm/arch/audio.h>