Commit a0b98ec8 authored by Hartley Sweeten's avatar Hartley Sweeten Committed by Russell King

[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: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 39bd8064
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment