[PATCH] drm: remove unused function 'drm_property_unreference_blob_locked'

2015-05-20 Thread Jani Nikula
On Wed, 20 May 2015, Arnd Bergmann wrote: > This function was added recently but never used, and causes > a compile warning: > > drivers/gpu/drm/drm_crtc.c:4324:13: warning: > 'drm_property_unreference_blob_locked' defined but not used > [-Wunused-function] > > Removing that function avoids the

[PATCH] drm: remove unused function 'drm_property_unreference_blob_locked'

2015-05-19 Thread Arnd Bergmann
This function was added recently but never used, and causes a compile warning: drivers/gpu/drm/drm_crtc.c:4324:13: warning: 'drm_property_unreference_blob_locked' defined but not used [-Wunused-function] Removing that function avoids the warning. It can simply be put back in case it is needed in