Skip to content

Commit

Permalink
[ARM] 5365/1: s3cmci: Use new include path of dma.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ramaxlo authored and Russell King committed Jan 24, 2009
1 parent 7dd8c4f commit 7ad14f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmc/host/s3cmci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7ad14f8

Please sign in to comment.