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
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