[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>
This commit is contained in:
Hartley Sweeten 2009-07-06 22:17:54 +01:00 committed by Russell King
parent 39bd8064ab
commit a0b98ec87d
1 changed files with 1 additions and 0 deletions

View File

@ -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>