]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commitdiff
OMAPDSS: OMAPLFB: Fix compilation issue for tiler path
authorDandawate Saket <dsaket@ti.com>
Tue, 9 Jul 2013 22:00:54 +0000 (15:00 -0700)
committerPraneeth Bajjuri <praneeth@ti.com>
Fri, 12 Jul 2013 22:45:14 +0000 (17:45 -0500)
Compilation fix.

Signed-off-by: Dandawate Saket <dsaket@ti.com>
drivers/video/omap2/omaplfb/omaplfb_displayclass.c

index ab8d85d24f272aa3407d3fc77f0b03c2c7b290e3..f9358cb38cc9482c9011650d82f2e30e86a711ab 100644 (file)
@@ -49,7 +49,7 @@
 #error Expected CONFIG_ION_OMAP to be defined
 #endif
 #if defined(CONFIG_DRM_OMAP_DMM_TILER)
-#include <../drivers/staging/omapdrm/omap_dmm_tiler.h>
+#include <../drivers/gpu/drm/omapdrm/omap_dmm_tiler.h>
 #include <../drivers/video/omap2/dsscomp/tiler-utils.h>
 #elif defined(CONFIG_TI_TILER)
 #include <mach/tiler.h>