aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier.martinez@collabora.co.uk>2014-03-19 07:08:14 +0100
committerTony Lindgren <tony@atomide.com>2014-11-06 10:51:06 -0800
commit6f8782a7a1c826e1c013d6b7d5504af6bcc079e6 (patch)
tree677b39e0600b5988d8909a2e511baa7bd13c2d25
parentMerge branch 'for-v3.19/gpmc-omap' of github.com:rogerq/linux into omap-for-v3.19/gpmc (diff)
downloadlinux-dev-6f8782a7a1c826e1c013d6b7d5504af6bcc079e6.tar.xz
linux-dev-6f8782a7a1c826e1c013d6b7d5504af6bcc079e6.zip
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 <javier.martinez@collabora.co.uk> Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/mach-omap2/gpmc.c1
1 files changed, 0 insertions, 1 deletions
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 <asm/mach-types.h>
#include "soc.h"
-#include "common.h"
#include "omap_device.h"
#include "gpmc.h"
#include "gpmc-nand.h"