diff options
author | Hartley Sweeten <hartleys@visionengravers.com> | 2009-07-06 22:17:54 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-07-09 16:11:48 +0100 |
commit | a0b98ec87d7a293a7d9ab8e45935c53a68f3094a (patch) | |
tree | dac90f2d48f55693f10808d14b368c71cc86ecb3 /arch/arm/mach-ep93xx | |
parent | 39bd8064ab3648bc38b1a3ef507031ee6a477966 (diff) | |
download | linux-3.10-a0b98ec87d7a293a7d9ab8e45935c53a68f3094a.tar.gz linux-3.10-a0b98ec87d7a293a7d9ab8e45935c53a68f3094a.tar.bz2 linux-3.10-a0b98ec87d7a293a7d9ab8e45935c53a68f3094a.zip |
[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')
-rw-r--r-- | arch/arm/mach-ep93xx/dma-m2p.c | 1 |
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 a2df5bb7dff..dbcac9c40a2 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> |