diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-03 19:36:40 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-18 19:22:08 -0400 |
commit | 1d5aef4950717526d4827e97a916d38d0d73657e (patch) | |
tree | 8639e16a1debc85c0c96de402616c5c4510ddec8 /arch/arm/mach-omap2/io.c | |
parent | dc843280c954877b8a196e59a9f92cd8b94c2d25 (diff) |
ARM: OMAP: Make plat/omap-pm.h local to mach-omap2
We must move this for ARM common zImage support.
Note that neither drivers/media/rc/ir-rx51.c or
drivers/media/platform/omap3isp/ispvideo.c need
to include omap-pm.h, so this patch removes the
include for those files.
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: Timo Kokkonen <timo.t.kokkonen@iki.fi>
Cc: linux-media@vger.kernel.org
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index b373cb59845c..80d1cf17af8c 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c | |||
@@ -26,7 +26,6 @@ | |||
26 | #include <asm/mach/map.h> | 26 | #include <asm/mach/map.h> |
27 | 27 | ||
28 | #include <plat/serial.h> | 28 | #include <plat/serial.h> |
29 | #include <plat/omap-pm.h> | ||
30 | #include <plat-omap/dma-omap.h> | 29 | #include <plat-omap/dma-omap.h> |
31 | 30 | ||
32 | #include "../plat-omap/sram.h" | 31 | #include "../plat-omap/sram.h" |
@@ -42,6 +41,7 @@ | |||
42 | #include "clock2xxx.h" | 41 | #include "clock2xxx.h" |
43 | #include "clock3xxx.h" | 42 | #include "clock3xxx.h" |
44 | #include "clock44xx.h" | 43 | #include "clock44xx.h" |
44 | #include "omap-pm.h" | ||
45 | #include "sdrc.h" | 45 | #include "sdrc.h" |
46 | 46 | ||
47 | /* | 47 | /* |