aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx/dma-m2p.c
diff options
context:
space:
mode:
authorHartley Sweeten <hartleys@visionengravers.com>2009-07-06 22:17:54 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-07-09 16:11:48 +0100
commita0b98ec87d7a293a7d9ab8e45935c53a68f3094a (patch)
treedac90f2d48f55693f10808d14b368c71cc86ecb3 /arch/arm/mach-ep93xx/dma-m2p.c
parent39bd8064ab3648bc38b1a3ef507031ee6a477966 (diff)
downloadkernel_samsung_smdk4412-a0b98ec87d7a293a7d9ab8e45935c53a68f3094a.zip
kernel_samsung_smdk4412-a0b98ec87d7a293a7d9ab8e45935c53a68f3094a.tar.gz
kernel_samsung_smdk4412-a0b98ec87d7a293a7d9ab8e45935c53a68f3094a.tar.bz2
[ARM] 5595/1: ep93xx: missing header in dma-m2p.c
<linux/io.h> was getting included by <mach/ts72xx.h>, is should be included by this file. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ep93xx/dma-m2p.c')
-rw-r--r--arch/arm/mach-ep93xx/dma-m2p.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/dma-m2p.c b/arch/arm/mach-ep93xx/dma-m2p.c
index a2df5bb..dbcac9c 100644
--- a/arch/arm/mach-ep93xx/dma-m2p.c
+++ b/arch/arm/mach-ep93xx/dma-m2p.c
@@ -33,6 +33,7 @@
#include <linux/err.h>
#include <linux/interrupt.h>
#include <linux/module.h>
+#include <linux/io.h>
#include <mach/dma.h>
#include <mach/hardware.h>