diff options
author | Alon Levy <alevy@redhat.com> | 2012-09-09 10:47:32 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-04-12 13:50:02 +1000 |
commit | 97d103311aab2c652ef37bc3cd157e701057e535 (patch) | |
tree | 0be73f5193a1beb9a0938b3b6857f3c8cd9a651a /include/drm | |
parent | 399403c7cebb4dcd42491e511e1ec91442ecaf80 (diff) | |
download | linux-3.10-97d103311aab2c652ef37bc3cd157e701057e535.tar.gz linux-3.10-97d103311aab2c652ef37bc3cd157e701057e535.tar.bz2 linux-3.10-97d103311aab2c652ef37bc3cd157e701057e535.zip |
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>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_fb_helper.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/drm/drm_fb_helper.h b/include/drm/drm_fb_helper.h index c09511625a1..6fb519f5cce 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, int drm_fb_helper_set_par(struct fb_info *info); int drm_fb_helper_check_var(struct fb_var_screeninfo *var, struct fb_info *info); -int drm_fb_helper_setcolreg(unsigned regno, - unsigned red, - unsigned green, - unsigned blue, - unsigned transp, - struct fb_info *info); bool drm_fb_helper_restore_fbdev_mode(struct drm_fb_helper *fb_helper); void drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper, |