diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-11-20 10:39:09 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-01-25 07:43:42 +0400 |
commit | f977ec94f7f2d1211305ac0c79b8e79155c236ef (patch) | |
tree | b4636f45d9ea650c48fa796a253036150794e133 /arch/arm | |
parent | 6265b0f325eed54558b35769aecb1d79423295c7 (diff) | |
download | linux-f977ec94f7f2d1211305ac0c79b8e79155c236ef.tar.xz |
ARM: shmobile: Remove duplicate inclusion of dma-mapping.h in setup-r8a7740.c
linux/dma-mapping.h was included twice.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7740.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c index 03c69f9979aa..9ef397d41158 100644 --- a/arch/arm/mach-shmobile/setup-r8a7740.c +++ b/arch/arm/mach-shmobile/setup-r8a7740.c @@ -27,7 +27,6 @@ #include <linux/serial_sci.h> #include <linux/sh_dma.h> #include <linux/sh_timer.h> -#include <linux/dma-mapping.h> #include <mach/dma-register.h> #include <mach/r8a7740.h> #include <mach/pm-rmobile.h> |