From 84705f539a5738ba7e7687e9c8b89439d9739c04 Mon Sep 17 00:00:00 2001
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
Date: Thu, 10 Apr 2014 16:14:54 +0300
Subject: [PATCH] hack: omapdss irq fix

---
 drivers/video/omap2/dss/apply.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/video/omap2/dss/apply.c b/drivers/video/omap2/dss/apply.c
index 0a0b084ce65d..89b19be1d660 100644
--- a/drivers/video/omap2/dss/apply.c
+++ b/drivers/video/omap2/dss/apply.c
@@ -1686,7 +1686,9 @@ void omapdss_compat_uninit(void)
 	if (--compat_refcnt > 0)
 		goto out;
 
+	dispc_runtime_get();
 	dss_dispc_uninitialize_irq();
+	dispc_runtime_put();
 
 	display_uninit_sysfs(pdev);
 
-- 
1.8.3.2

