summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-09-09 10:47:32 +0300
committerAlon Levy <alevy@redhat.com>2012-10-19 13:59:01 +0200
commit2273c44423f8fac7d835e6ba793c0665787f3491 (patch)
tree0ceffc0679d7ace19a7d0b951d700d477c0aa7fb
parente8ed386d8dfa431e0edf7f8b23ad13082d16c1e1 (diff)
include/drm/drm_fb_helper.h: remove left over function declaration
Signed-off-by: Alon Levy <alevy@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 5120b01c2ee..75b132c4c48 100644
--- a/include/drm/drm_fb_helper.h
+++ b/include/drm/drm_fb_helper.h
@@ -95,12 +95,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_restore(void);