diff options
author | Jianjun Kong <jianjun@zeuux.org> | 2008-11-04 21:47:07 +0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-11-04 08:18:19 -0800 |
commit | 54074d59320581a6d7e4f4dd405e8cac1d174b75 (patch) | |
tree | 57e510086daa9ea6a398900f2432e818c4156275 /drivers/mtd | |
parent | a75952b72a0fff3031124003e62118111aed42c1 (diff) | |
download | linux-54074d59320581a6d7e4f4dd405e8cac1d174b75.tar.bz2 |
drivers: remove duplicated #include
Signed-off-by: Jianjun Kong <jianjun@zeuux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/onenand/omap2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/onenand/omap2.c b/drivers/mtd/onenand/omap2.c index 8387e05daae2..e39b21d3e168 100644 --- a/drivers/mtd/onenand/omap2.c +++ b/drivers/mtd/onenand/omap2.c @@ -38,7 +38,6 @@ #include <asm/arch/gpmc.h> #include <asm/arch/onenand.h> #include <asm/arch/gpio.h> -#include <asm/arch/gpmc.h> #include <asm/arch/pm.h> #include <linux/dma-mapping.h> |