diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-20 14:41:37 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-20 18:02:47 -0400 |
commit | 578fad4d16742b281a626a1d1725f2c16c386cf7 (patch) | |
tree | 44a395330bd7ed33945838d359e1a486ecb56bf3 /arch/arm/mach-omap1/board-palmz71.c | |
parent | 6cf4fdae4078785695e6424b8f9a4d58e1a2a368 (diff) |
ARM: OMAP1: Move flash.h from plat to mach
This is only used by omap1.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/board-palmz71.c')
-rw-r--r-- | arch/arm/mach-omap1/board-palmz71.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/board-palmz71.c b/arch/arm/mach-omap1/board-palmz71.c index f4a615d61f69..38935d83f08d 100644 --- a/arch/arm/mach-omap1/board-palmz71.c +++ b/arch/arm/mach-omap1/board-palmz71.c | |||
@@ -36,7 +36,7 @@ | |||
36 | #include <asm/mach/arch.h> | 36 | #include <asm/mach/arch.h> |
37 | #include <asm/mach/map.h> | 37 | #include <asm/mach/map.h> |
38 | 38 | ||
39 | #include <plat/flash.h> | 39 | #include <mach/flash.h> |
40 | #include <mach/mux.h> | 40 | #include <mach/mux.h> |
41 | #include <plat/dma.h> | 41 | #include <plat/dma.h> |
42 | #include <plat/tc.h> | 42 | #include <plat/tc.h> |