From 6f8782a7a1c826e1c013d6b7d5504af6bcc079e6 Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Wed, 19 Mar 2014 07:08:14 +0100 Subject: [PATCH] ARM: OMAP2+: Remove unnecesary include in GPMC driver The GPMC driver includes arch/arm/mach-omap2/common.h but does not use anything on that header so it can be removed. Signed-off-by: Javier Martinez Canillas Signed-off-by: Tony Lindgren --- 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 73189fa9e1fc..9ea92b6f180d 100644 --- a/arch/arm/mach-omap2/gpmc.c +++ b/arch/arm/mach-omap2/gpmc.c @@ -37,7 +37,6 @@ #include #include "soc.h" -#include "common.h" #include "omap_device.h" #include "gpmc.h" #include "gpmc-nand.h" -- 2.39.2