diff options
Diffstat (limited to 'arch/arm/mach-omap2/display.c')
-rw-r--r-- | arch/arm/mach-omap2/display.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/display.c b/arch/arm/mach-omap2/display.c index 282c814ea2e2..cc75aaf6e764 100644 --- a/arch/arm/mach-omap2/display.c +++ b/arch/arm/mach-omap2/display.c | |||
@@ -25,15 +25,17 @@ | |||
25 | #include <linux/delay.h> | 25 | #include <linux/delay.h> |
26 | 26 | ||
27 | #include <video/omapdss.h> | 27 | #include <video/omapdss.h> |
28 | #include <plat/omap_hwmod.h> | 28 | #include "omap_hwmod.h" |
29 | #include <plat/omap_device.h> | 29 | #include "omap_device.h" |
30 | #include <plat/omap-pm.h> | 30 | #include "omap-pm.h" |
31 | #include "common.h" | 31 | #include "common.h" |
32 | 32 | ||
33 | #include "soc.h" | ||
33 | #include "iomap.h" | 34 | #include "iomap.h" |
34 | #include "mux.h" | 35 | #include "mux.h" |
35 | #include "control.h" | 36 | #include "control.h" |
36 | #include "display.h" | 37 | #include "display.h" |
38 | #include "prm.h" | ||
37 | 39 | ||
38 | #define DISPC_CONTROL 0x0040 | 40 | #define DISPC_CONTROL 0x0040 |
39 | #define DISPC_CONTROL2 0x0238 | 41 | #define DISPC_CONTROL2 0x0238 |
@@ -516,7 +518,6 @@ static void dispc_disable_outputs(void) | |||
516 | } | 518 | } |
517 | } | 519 | } |
518 | 520 | ||
519 | #define MAX_MODULE_SOFTRESET_WAIT 10000 | ||
520 | int omap_dss_reset(struct omap_hwmod *oh) | 521 | int omap_dss_reset(struct omap_hwmod *oh) |
521 | { | 522 | { |
522 | struct omap_hwmod_opt_clk *oc; | 523 | struct omap_hwmod_opt_clk *oc; |