summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4146844)
raw | patch | inline | side by side (parent: 4146844)
author | Rodrigo Obregon <robregon@ti.com> | |
Fri, 25 May 2012 20:46:15 +0000 (15:46 -0500) | ||
committer | Praneeth 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>
needed by the PVR kernel modules.
Change-Id: I5b4f2feeb2c8280550df06fafa76cc1ed6ce79bf
Signed-off-by: Rodrigo Obregon <robregon@ti.com>
drivers/video/omap2/omapfb/omapfb-ioctl.c | patch | blob | history |
index d30b45d7264972590a4cf39a9131cc619eb9fbb2..be2abdd0afe8ed1ba2397cc4bcd8cceaa0748c08 100644 (file)
return r;
}
+EXPORT_SYMBOL(omapfb_set_update_mode);
int omapfb_get_update_mode(struct fb_info *fbi,
enum omapfb_update_mode *mode)
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];