« Return to Thread: [PATCH 0/44] includecheck: fix multiple includes

[PATCH 8/44] includecheck fix: arm, mach-mx3/devices.c

by Jaswinder Singh Rajput-3 :: Rate this Message:

Reply to Author | View in Thread


fix the following 'make includecheck' warning:

  arch/arm/mach-mx3/devices.c: linux/dma-mapping.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@...>
---
 arch/arm/mach-mx3/devices.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-mx3/devices.c b/arch/arm/mach-mx3/devices.c
index d927edd..9e87e08 100644
--- a/arch/arm/mach-mx3/devices.c
+++ b/arch/arm/mach-mx3/devices.c
@@ -22,7 +22,6 @@
 #include <linux/platform_device.h>
 #include <linux/serial.h>
 #include <linux/gpio.h>
-#include <linux/dma-mapping.h>
 #include <mach/hardware.h>
 #include <mach/irqs.h>
 #include <mach/common.h>
--
1.6.0.6



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 « Return to Thread: [PATCH 0/44] includecheck: fix multiple includes