diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-12-04 07:20:11 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-12-07 09:50:48 -0500 |
commit | 09645d258334c650cb65a93f55d9acdcd4420d44 (patch) | |
tree | 9d7696ba37f96ba47273d1b00fd3e6d33bee5696 /drivers/video/omap2/omapfb/omapfb.h | |
parent | c252ea0f75536a55c13ed6d276af5e93cd41ac44 (diff) |
OMAPFB: remove exported udpate window
omapfb contains an exported omapfb_update_window function, which, at
some point in history, was used by a closed source SGX driver. This was
a hack even then, and should not be needed anymore. So remove it.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/omapfb/omapfb.h')
-rw-r--r-- | drivers/video/omap2/omapfb/omapfb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/omap2/omapfb/omapfb.h b/drivers/video/omap2/omapfb/omapfb.h index 5f72bf9017fc..b93086f4306d 100644 --- a/drivers/video/omap2/omapfb/omapfb.h +++ b/drivers/video/omap2/omapfb/omapfb.h | |||
@@ -129,9 +129,6 @@ void omapfb_remove_sysfs(struct omapfb2_device *fbdev); | |||
129 | 129 | ||
130 | int omapfb_ioctl(struct fb_info *fbi, unsigned int cmd, unsigned long arg); | 130 | int omapfb_ioctl(struct fb_info *fbi, unsigned int cmd, unsigned long arg); |
131 | 131 | ||
132 | int omapfb_update_window(struct fb_info *fbi, | ||
133 | u32 x, u32 y, u32 w, u32 h); | ||
134 | |||
135 | int dss_mode_to_fb_mode(enum omap_color_mode dssmode, | 132 | int dss_mode_to_fb_mode(enum omap_color_mode dssmode, |
136 | struct fb_var_screeninfo *var); | 133 | struct fb_var_screeninfo *var); |
137 | 134 | ||