]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commitdiff
OMAPDSS: OMAPFB: export functions for PVR driver
authorRodrigo Obregon <robregon@ti.com>
Fri, 25 May 2012 20:46:15 +0000 (15:46 -0500)
committerPraneeth Bajjuri <praneeth@ti.com>
Fri, 12 Jul 2013 22:28:57 +0000 (17:28 -0500)
Export omapfb_set_update_mode and omapfb_get_update_mode
needed by the PVR kernel modules.

Change-Id: I5b4f2feeb2c8280550df06fafa76cc1ed6ce79bf
Signed-off-by: Rodrigo Obregon <robregon@ti.com>
drivers/video/omap2/omapfb/omapfb-ioctl.c

index d30b45d7264972590a4cf39a9131cc619eb9fbb2..be2abdd0afe8ed1ba2397cc4bcd8cceaa0748c08 100644 (file)
@@ -345,6 +345,7 @@ int omapfb_set_update_mode(struct fb_info *fbi,
 
        return r;
 }
+EXPORT_SYMBOL(omapfb_set_update_mode);
 
 int omapfb_get_update_mode(struct fb_info *fbi,
                enum omapfb_update_mode *mode)
@@ -367,6 +368,7 @@ int omapfb_get_update_mode(struct fb_info *fbi,
 
        return 0;
 }
+EXPORT_SYMBOL(omapfb_get_update_mode);
 
 /* XXX this color key handling is a hack... */
 static struct omapfb_color_key omapfb_color_keys[2];