aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier.martinez@collabora.co.uk>2014-03-19 02:08:14 -0400
committerTony Lindgren <tony@atomide.com>2014-11-06 13:51:06 -0500
commit6f8782a7a1c826e1c013d6b7d5504af6bcc079e6 (patch)
tree677b39e0600b5988d8909a2e511baa7bd13c2d25 /arch/arm/mach-omap2
parent2dde3bccbf905548a17b8d440053f86454af54a9 (diff)
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>
Diffstat (limited to 'arch/arm/mach-omap2')
-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 @@
37#include <asm/mach-types.h> 37#include <asm/mach-types.h>
38 38
39#include "soc.h" 39#include "soc.h"
40#include "common.h"
41#include "omap_device.h" 40#include "omap_device.h"
42#include "gpmc.h" 41#include "gpmc.h"
43#include "gpmc-nand.h" 42#include "gpmc-nand.h"