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

Commit 7ad14f83 authored by Ramax Lo's avatar Ramax Lo Committed by Russell King
Browse files

[ARM] 5365/1: s3cmci: Use new include path of dma.h



Since dma.h has been moved to arch/arm/mach-s3c2410/include/mach,
use the new include path.

Signed-off-by: default avatarRamax Lo <ramaxlo@gmail.com>
Acked-by: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 7dd8c4f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
#include <linux/irq.h>
#include <linux/io.h>

#include <asm/dma.h>
#include <mach/dma.h>

#include <mach/regs-sdi.h>
#include <mach/regs-gpio.h>