drm: Add misssing static storage class specifier in drm_fb_helper.c file
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 1 Aug 2012 11:45:32 +0000 (17:15 +0530)
committerDave Airlie <airlied@redhat.com>
Fri, 24 Aug 2012 00:01:15 +0000 (10:01 +1000)
commit78b9c3537e9c88ea3be2224343d2d08d4d2d4e4d
treefbbabe84c4daa685fe2d3d0113b7500cedeca699
parentea7f7abcbb3b72bdc7927d043b3e9dc6058bd75a
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 <sachin.kamat@linaro.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_fb_helper.c