From: Sachin Kamat Date: Wed, 1 Aug 2012 11:45:32 +0000 (+0530) Subject: drm: Add misssing static storage class specifier in drm_fb_helper.c file X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~20^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78b9c3537e9c88ea3be2224343d2d08d4d2d4e4d;p=pandora-kernel.git drm: Add misssing static storage class specifier in drm_fb_helper.c file Fixes the following sparse warning: drivers/gpu/drm/drm_fb_helper.c:239:6: warning: symbol 'drm_fb_helper_force_kernel_mode' was not declared. Should it be static? Signed-off-by: Sachin Kamat Signed-off-by: Dave Airlie --- Reading git-diff-tree failed