Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>