commit | 2f7cd573353262250fdc241a147116ce0a514978 | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Thu Sep 20 11:41:59 2012 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Thu Sep 20 15:03:58 2012 -0700 |
tree | a1865aa64673144bca4627a27a51e96311221364 | |
parent | a0b30ca5c6e3f9b4871a38933fbcf72ad78df513 [diff] [blame] |
ARM: OMAP1: Move irda.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-h2.c b/arch/arm/mach-omap1/board-h2.c index ec2ebd3..af283a2 100644 --- a/arch/arm/mach-omap1/board-h2.c +++ b/arch/arm/mach-omap1/board-h2.c
@@ -40,7 +40,7 @@ #include <mach/mux.h> #include <plat/dma.h> #include <plat/tc.h> -#include <plat/irda.h> +#include <mach/irda.h> #include <linux/platform_data/keypad-omap.h> #include <mach/flash.h>