Re: [PATCH] drm/hdcp: drm_hdcp_request_srm() as static

2019-05-13 Thread Daniel Vetter
On Mon, May 13, 2019 at 07:05:04PM +0530, Ramalingam C wrote: > Below Sparsh warnings are fixed. > > Commit: drm: revocation check at drm subsystem > +drivers/gpu/drm/drm_hdcp.c:235:6: warning: symbol > 'drm_hdcp_request_srm' was not declared. Should it be static? > +drivers/gpu/drm/drm_hdcp.c:27:

[PATCH] drm/hdcp: drm_hdcp_request_srm() as static

2019-05-13 Thread Ramalingam C
Below Sparsh warnings are fixed. Commit: drm: revocation check at drm subsystem +drivers/gpu/drm/drm_hdcp.c:235:6: warning: symbol 'drm_hdcp_request_srm' was not declared. Should it be static? +drivers/gpu/drm/drm_hdcp.c:27:3: warning: symbol 'srm_data' was not declared. Should it be static? +driv