From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Thu, 6 Nov 2014 10:52:36 -0800 Subject: [RESEND PATCH 2/3] ARM: OMAP2+: Remove unnecesary include in GPMC driver In-Reply-To: <1395209295-24399-3-git-send-email-javier.martinez@collabora.co.uk> References: <1395209295-24399-1-git-send-email-javier.martinez@collabora.co.uk> <1395209295-24399-3-git-send-email-javier.martinez@collabora.co.uk> Message-ID: <20141106185235.GD31454@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Javier Martinez Canillas [140318 23:12]: > 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 Probably meant Cc here? :) I'll apply this into omap-for-v3.19/gpmc, the rest will need to wait until omap3 is DT only. Regards, Tony > --- > 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 ab43755..b637c96 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" > -- > 1.9.0 >