Commit b98c5755c04eb5e15c614efefa7b9a2f3b0cd06c

Authored by pekon gupta
Committed by Tom Rini
1 parent cc49da249c

mtd: nand: omap_elm: remove #include omap_gpmc.h

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

drivers/mtd/nand/omap_elm.c
... ... @@ -16,7 +16,6 @@
16 16 #include <common.h>
17 17 #include <asm/io.h>
18 18 #include <asm/errno.h>
19   -#include <linux/mtd/omap_gpmc.h>
20 19 #include <linux/mtd/omap_elm.h>
21 20 #include <asm/arch/hardware.h>
22 21