Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Alon Levy and committed by
Dave Airlie
97d10331 399403c7

-6
-6
include/drm/drm_fb_helper.h
··· 102 102 int drm_fb_helper_set_par(struct fb_info *info); 103 103 int drm_fb_helper_check_var(struct fb_var_screeninfo *var, 104 104 struct fb_info *info); 105 - int 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 112 106 bool drm_fb_helper_restore_fbdev_mode(struct drm_fb_helper *fb_helper); 113 107 void drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper,