diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-20 20:41:59 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-21 00:03:58 +0200 |
commit | 2f7cd573353262250fdc241a147116ce0a514978 (patch) | |
tree | a1865aa64673144bca4627a27a51e96311221364 /arch/arm/mach-omap1/board-palmtt.c | |
parent | ARM: OMAP2+: Make hdq1w.h local (diff) | |
download | linux-2f7cd573353262250fdc241a147116ce0a514978.tar.xz linux-2f7cd573353262250fdc241a147116ce0a514978.zip |
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-palmtt.c')
-rw-r--r-- | arch/arm/mach-omap1/board-palmtt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/board-palmtt.c b/arch/arm/mach-omap1/board-palmtt.c index 0c83634dc150..97158095083c 100644 --- a/arch/arm/mach-omap1/board-palmtt.c +++ b/arch/arm/mach-omap1/board-palmtt.c @@ -38,7 +38,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/hardware.h> |