diff options
author | Tony Lindgren | 2012-10-02 13:39:28 -0700 |
---|---|---|
committer | Tony Lindgren | 2012-10-17 11:36:40 -0700 |
commit | 54b693d46772f59fcfcb2cdd0f8b4bff2392b188 (patch) | |
tree | 3a34f886fc530ed98bb37648d274f3170625d32f /arch/arm/mach-omap2 | |
parent | 4c98dc6b8ef2f73bdbfa78186db9a76507ba9ea3 (diff) |
ARM: OMAP1: Move plat/tc.h to mach/tc.h for omap1
We cannot keep this in plat as it causes problems
with the ARM single zImage support.
Cc: Felipe Balbi <balbi@ti.com>
Cc: linux-pcmcia@lists.infradead.org
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/board-flash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-flash.c b/arch/arm/mach-omap2/board-flash.c index 020b96b91f73..d3b6155b9e29 100644 --- a/arch/arm/mach-omap2/board-flash.c +++ b/arch/arm/mach-omap2/board-flash.c @@ -21,7 +21,6 @@ #include "gpmc.h" #include <linux/platform_data/mtd-nand-omap2.h> #include <linux/platform_data/mtd-onenand-omap2.h> -#include <plat/tc.h> #include "common.h" #include "board-flash.h" |