projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05808ec
)
[ALSA] soc - s3c24xx-i2s - Use linux/io.h
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Wed, 23 Apr 2008 13:09:31 +0000
(15:09 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 24 Apr 2008 10:00:42 +0000
(12:00 +0200)
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/s3c24xx/s3c24xx-i2s.c
patch
|
blob
|
history
diff --git
a/sound/soc/s3c24xx/s3c24xx-i2s.c
b/sound/soc/s3c24xx/s3c24xx-i2s.c
index ce935a71099b9b620b4f65e6db25c99b5b9c4b9a..340f36e6979cdfe77e62cf2e63b13f5ab11d04d5 100644
(file)
--- 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>