diff mbox

[U-Boot,v2,1/7] mtd: nand: omap_elm: remove #include omap_gpmc.h

Message ID 1397201135-28764-2-git-send-email-pekon@ti.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

pekon gupta April 11, 2014, 7:25 a.m. UTC
There is no dependency of omap_elm.c on omap_gpmc.h

Signed-off-by: Pekon Gupta <pekon@ti.com>
Reviewed-by: Stefan Roese <sr@denx.de>
---
 drivers/mtd/nand/omap_elm.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini June 6, 2014, 9:53 p.m. UTC | #1
On Fri, Apr 11, 2014 at 12:55:29PM +0530, pekon gupta wrote:

> There is no dependency of omap_elm.c on omap_gpmc.h
> 
> Signed-off-by: Pekon Gupta <pekon@ti.com>
> Reviewed-by: Stefan Roese <sr@denx.de>

Applied to u-boot-ti/master, thanks!
diff mbox

Patch

diff --git a/drivers/mtd/nand/omap_elm.c b/drivers/mtd/nand/omap_elm.c
index 47b1f1b..4c65f3b 100644
--- a/drivers/mtd/nand/omap_elm.c
+++ b/drivers/mtd/nand/omap_elm.c
@@ -16,7 +16,6 @@ 
 #include <common.h>
 #include <asm/io.h>
 #include <asm/errno.h>
-#include <linux/mtd/omap_gpmc.h>
 #include <linux/mtd/omap_elm.h>
 #include <asm/arch/hardware.h>