diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-20 14:41:59 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-20 18:03:58 -0400 |
commit | 2f7cd573353262250fdc241a147116ce0a514978 (patch) | |
tree | a1865aa64673144bca4627a27a51e96311221364 /arch/arm/mach-omap1/board-h2.c | |
parent | a0b30ca5c6e3f9b4871a38933fbcf72ad78df513 (diff) |
ARM: OMAP1: Move irda.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-h2.c')
-rw-r--r-- | arch/arm/mach-omap1/board-h2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/board-h2.c b/arch/arm/mach-omap1/board-h2.c index ec2ebd38c2d3..af283a2bc7c7 100644 --- a/arch/arm/mach-omap1/board-h2.c +++ b/arch/arm/mach-omap1/board-h2.c | |||
@@ -40,7 +40,7 @@ | |||
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> |
43 | #include <plat/irda.h> | 43 | #include <mach/irda.h> |
44 | #include <linux/platform_data/keypad-omap.h> | 44 | #include <linux/platform_data/keypad-omap.h> |
45 | #include <mach/flash.h> | 45 | #include <mach/flash.h> |
46 | 46 | ||