]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commitdiff
OMAPDSS: OMAPLFB: (HACK) Disable console locking/unlocking
authorHemant Hariyani <hemanthariyani@ti.com>
Wed, 17 Apr 2013 15:56:19 +0000 (10:56 -0500)
committerPraneeth Bajjuri <praneeth@ti.com>
Fri, 12 Jul 2013 22:45:13 +0000 (17:45 -0500)
Seems to be a problem with current kernel configuration

Change-Id: If99ac0187fb652c1d4c062f6806be5477fe5e13d
Signed-off-by: Hemant Hariyani <hemanthariyani@ti.com>
drivers/video/omap2/omaplfb/omaplfb.h

index b5075a74125ce8d46b3a54135970e1f259eeb3b6..dfb15c7d29f77cac4a24c2d4725692c4edd5e069 100644 (file)
@@ -51,8 +51,8 @@
 #include <linux/bltsville.h>
 #include <video/omap_hwc.h>
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
-#define        OMAPLFB_CONSOLE_LOCK()          console_lock()
-#define        OMAPLFB_CONSOLE_UNLOCK()        console_unlock()
+#define        OMAPLFB_CONSOLE_LOCK()
+#define        OMAPLFB_CONSOLE_UNLOCK()
 #else
 #define        OMAPLFB_CONSOLE_LOCK()          acquire_console_sem()
 #define        OMAPLFB_CONSOLE_UNLOCK()        release_console_sem()