aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-09-09 03:47:32 -0400
committerDave Airlie <airlied@redhat.com>2013-04-11 23:50:02 -0400
commit97d103311aab2c652ef37bc3cd157e701057e535 (patch)
tree0be73f5193a1beb9a0938b3b6857f3c8cd9a651a
parent399403c7cebb4dcd42491e511e1ec91442ecaf80 (diff)
include/drm/drm_fb_helper.h: remove left over function declaration
Signed-off-by: Alon Levy <alevy@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r--include/drm/drm_fb_helper.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/drm/drm_fb_helper.h b/include/drm/drm_fb_helper.h
index c09511625a11..6fb519f5cce0 100644
--- a/include/drm/drm_fb_helper.h
+++ b/include/drm/drm_fb_helper.h
@@ -102,12 +102,6 @@ int drm_fb_helper_pan_display(struct fb_var_screeninfo *var,
102int drm_fb_helper_set_par(struct fb_info *info); 102int drm_fb_helper_set_par(struct fb_info *info);
103int drm_fb_helper_check_var(struct fb_var_screeninfo *var, 103int drm_fb_helper_check_var(struct fb_var_screeninfo *var,
104 struct fb_info *info); 104 struct fb_info *info);
105int drm_fb_helper_setcolreg(unsigned regno,
106 unsigned red,
107 unsigned green,
108 unsigned blue,
109 unsigned transp,
110 struct fb_info *info);
111 105
112bool drm_fb_helper_restore_fbdev_mode(struct drm_fb_helper *fb_helper); 106bool drm_fb_helper_restore_fbdev_mode(struct drm_fb_helper *fb_helper);
113void drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper, 107void drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper,