From: James Simmons Date: Wed, 7 Apr 2010 15:06:21 +0000 (+0000) Subject: drm/fb: remove drm_fb_helper_setcolreg X-Git-Tag: v2.6.35-rc1~451^2~87^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1f201980eb4a7a59277a13cf18acdbb46167ad5;p=pandora-kernel.git drm/fb: remove drm_fb_helper_setcolreg This patch is against the drm-fbdevfix1 branch. It removes the drm_fb_helper_setcolreg function. The reason is that fb_setcolreg is only used in the case where fb_setcmap is called and no fb_ops->fb_setcmap is used. In the drm case we always need a fb_setcmap hook to handle multiple crtcs so we don't need a fb_setcolreg hook. Please apply. Signed-off-by: James Simmons Signed-off-by: Dave Airlie --- Reading git-diff-tree failed