]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Silence some sparse warnings
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 25 Apr 2013 17:09:20 +0000 (20:09 +0300)
committerDave Airlie <airlied@redhat.com>
Tue, 30 Apr 2013 00:02:25 +0000 (10:02 +1000)
commit951eb57c7cd8a442ffd0d60052a0e6d9a34a8c33
tree06cef9ab6d943315d63f8122278409c7eaa57146
parent37e16165bc1d02795a6566294f09442a42531de7
drm: Silence some sparse warnings

drivers/gpu/drm/drm_pci.c:155:5: warning: symbol 'drm_pci_set_busid' was not declared. Should it be static?
drivers/gpu/drm/drm_pci.c:197:5: warning: symbol 'drm_pci_set_unique' was not declared. Should it be static?
drivers/gpu/drm/drm_pci.c:269:5: warning: symbol 'drm_pci_agp_init' was not declared. Should it be static?

drivers/gpu/drm/drm_crtc.c:181:1: warning: symbol 'drm_get_dirty_info_name' was not declared. Should it be static?
drivers/gpu/drm/drm_crtc.c:1123:5: warning: symbol 'drm_mode_group_init' was not declared. Should it be static?

drivers/gpu/drm/drm_modes.c:918:6: warning: symbol 'drm_mode_validate_clocks' was not declared. Should it be static?

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_crtc.c
drivers/gpu/drm/drm_pci.c
include/drm/drm_crtc.h