On Tue, 18 Oct 2016, Chris Wilson chris@chris-wilson.co.uk wrote:
On Tue, Oct 18, 2016 at 02:28:35PM +0300, Jani Nikula wrote:
Fixes sparse warnings:
drivers/gpu/drm/drm_debugfs_crc.c:118:30: warning: symbol 'drm_crtc_crc_control_fops' was not declared. Should it be static?
drivers/gpu/drm/drm_debugfs_crc.c:264:30: warning: symbol 'drm_crtc_crc_data_fops' was not declared. Should it be static?
drivers/gpu/drm/drm_debugfs_crc.c:281:5: warning: symbol 'drm_debugfs_crtc_crc_add' was not declared. Should it be static?
Fixes: 9edbf1fa600a ("drm: Add API for capturing frame CRCs") Cc: Benjamin Gaignard benjamin.gaignard@linaro.org Cc: Daniel Vetter daniel.vetter@ffwll.ch Cc: Emil Velikov emil.velikov@collabora.com Cc: Tomeu Vizoso tomeu.vizoso@collabora.com Signed-off-by: Jani Nikula jani.nikula@intel.com
Reviewed-by: Chris Wilson chris@chris-wilson.co.uk
Pushed to drm-misc, thanks for the review.
BR, Jani.