summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2008-04-23 15:09:31 +0200
committerTakashi Iwai <tiwai@suse.de>2008-04-24 12:00:42 +0200
commit40efc15fc637cff22cf9c4f02c63f3f398320f83 (patch)
tree7954f9e7d45d2de4604e478a5d4af1b6dd55f21b /sound
parent05808ecc45802c1b533f42ed701a132d4c949034 (diff)
downloadop-kernel-dev-40efc15fc637cff22cf9c4f02c63f3f398320f83.zip
op-kernel-dev-40efc15fc637cff22cf9c4f02c63f3f398320f83.tar.gz
[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>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/s3c24xx/s3c24xx-i2s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/s3c24xx-i2s.c b/sound/soc/s3c24xx/s3c24xx-i2s.c
index ce935a7..340f36e 100644
--- a/sound/soc/s3c24xx/s3c24xx-i2s.c
+++ b/sound/soc/s3c24xx/s3c24xx-i2s.c
@@ -25,6 +25,7 @@
#include <linux/delay.h>
#include <linux/clk.h>
#include <linux/jiffies.h>
+#include <linux/io.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
@@ -32,7 +33,6 @@
#include <sound/soc.h>
#include <asm/hardware.h>
-#include <asm/io.h>
#include <asm/arch/regs-gpio.h>
#include <asm/arch/regs-clock.h>
#include <asm/arch/audio.h>
OpenPOWER on IntegriCloud