aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-04-02 10:24:08 +0200
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-04-02 23:02:20 +0100
commite95cee0e36c671db2804f2763b547a86930061ea (patch)
treead794fbf83f8792d5936e74a737b4fffc79cadaa /sound
parentASoC: tegra: ensure clocks are enabled when touching registers (diff)
downloadlinux-dev-e95cee0e36c671db2804f2763b547a86930061ea.tar.xz
linux-dev-e95cee0e36c671db2804f2763b547a86930061ea.zip
ASoC: pxa: pxa2xx-i2s: add io.h for IOMEM macro
* fixes sound/soc/pxa/pxa2xx-i2s.c:86:2: error: implicit declaration of function 'IOMEM' [-Werror=implicit-function-declaration] sound/soc/pxa/pxa2xx-i2s.c:86:2: error: initializer element is not constant after 23019a733bb83c8499f192fb428b7e6e81c95a34 removed IOMEM definition from arch/arm/mach-pxa/include/mach/hardware.h Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/pxa/pxa2xx-i2s.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/pxa/pxa2xx-i2s.c b/sound/soc/pxa/pxa2xx-i2s.c
index 609abd51e55f..d08583790d23 100644
--- a/sound/soc/pxa/pxa2xx-i2s.c
+++ b/sound/soc/pxa/pxa2xx-i2s.c
@@ -17,6 +17,7 @@
#include <linux/delay.h>
#include <linux/clk.h>
#include <linux/platform_device.h>
+#include <linux/io.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/initval.h>