commit | 578fad4d16742b281a626a1d1725f2c16c386cf7 | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Thu Sep 20 11:41:37 2012 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Thu Sep 20 15:02:47 2012 -0700 |
tree | 44a395330bd7ed33945838d359e1a486ecb56bf3 | |
parent | 6cf4fdae4078785695e6424b8f9a4d58e1a2a368 [diff] [blame] |
ARM: OMAP1: Move flash.h from plat to mach This is only used by omap1. Signed-off-by: Tony Lindgren <tony@atomide.com>
diff --git a/arch/arm/mach-omap1/board-palmtt.c b/arch/arm/mach-omap1/board-palmtt.c index 518b94d..0c83634 100644 --- a/arch/arm/mach-omap1/board-palmtt.c +++ b/arch/arm/mach-omap1/board-palmtt.c
@@ -34,7 +34,7 @@ #include <asm/mach/map.h> #include <plat/led.h> -#include <plat/flash.h> +#include <mach/flash.h> #include <mach/mux.h> #include <plat/dma.h> #include <plat/tc.h>