Browse Source

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>
Sachin Kamat 12 years ago
parent
commit
f977ec94f7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/arm/mach-shmobile/setup-r8a7740.c

+ 0 - 1
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>