drm: Add missing static storage class specifiers in drm_proc.c file
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 1 Aug 2012 11:45:30 +0000 (17:15 +0530)
committerDave Airlie <airlied@redhat.com>
Tue, 21 Aug 2012 23:30:00 +0000 (09:30 +1000)
commit27fc4f1c0be917b1e5cef934783f9b09e28e92ea
tree47de7f1f87939eff9457f658d1e6bb3aec991074
parentd5c2c20e356ddcb597ee7099dc874bdac774884b
drm: Add missing static storage class specifiers in drm_proc.c file

Fixes the following sparse warning:
drivers/gpu/drm/drm_proc.c:92:5:
warning: symbol 'drm_proc_create_files' was not declared. Should it be static?
drivers/gpu/drm/drm_proc.c:175:5:
warning: symbol 'drm_proc_remove_files' 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_proc.c