1
0
Fork 0

[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: Ramax Lo <ramaxlo@gmail.com>
Acked-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
hifive-unleashed-5.1
Ramax Lo 2009-01-14 02:13:47 +01:00 committed by Russell King
parent 7dd8c4f352
commit 7ad14f83d3
1 changed files with 1 additions and 1 deletions

View File

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