Re: [PATCH v2] drm: Declare drm_send_event_helper static.

2021-05-10 Thread Guenter Roeck
On Mon, May 10, 2021 at 06:46:16PM +0530, Rajat Asthana wrote: > Declare drm_send_event_helper as static to fix sparse warning: > > > warning: symbol 'drm_send_event_helper' was not declared. > > Should it be static? > > Signed-off-by: Rajat Asthana > --- > Changes in v2: > Provide full name

[PATCH v2] drm: Declare drm_send_event_helper static.

2021-05-10 Thread Rajat Asthana
Declare drm_send_event_helper as static to fix sparse warning: > warning: symbol 'drm_send_event_helper' was not declared. > Should it be static? Signed-off-by: Rajat Asthana --- Changes in v2: Provide full name in Author and Signed-off. drivers/gpu/drm/drm_file.c | 2 +- 1 file changed, 1