ARM: OMAP2+: Remove unnecesary include in GPMC driver
authorJavier Martinez Canillas <javier.martinez@collabora.co.uk>
Wed, 19 Mar 2014 06:08:14 +0000 (07:08 +0100)
committerTony Lindgren <tony@atomide.com>
Thu, 6 Nov 2014 18:51:06 +0000 (10:51 -0800)
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 <javier.martinez@collabora.co.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/gpmc.c

index 73189fa..9ea92b6 100644 (file)
@@ -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"