[PATCH 1/2] ARM: OMAP2+: remove unnecesary include in gpmc driver
Javier Martinez Canillas
javier.martinez at collabora.co.uk
Sat Nov 9 11:34:01 EST 2013
The GPMC driver includes arch/arm/mach-omap2/common.h but
it does not use anything on that header so can be removed.
Signed-off-by: Javier Martinez Canillas <javier.martinez at collabora.co.uk>
---
arch/arm/mach-omap2/gpmc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-omap2/gpmc.c b/arch/arm/mach-omap2/gpmc.c
index 51525fa..bb2c58a 100644
--- a/arch/arm/mach-omap2/gpmc.c
+++ b/arch/arm/mach-omap2/gpmc.c
@@ -37,7 +37,6 @@
#include <asm/mach-types.h>
#include "soc.h"
-#include "common.h"
#include "omap_device.h"
#include "gpmc.h"
#include "gpmc-nand.h"
--
1.8.4.rc3
More information about the linux-arm-kernel
mailing list