Re: [PATCH] drm/arm: make undeclared items static

2019-10-18 Thread Liviu Dudau
On Thu, Oct 17, 2019 at 12:17:55PM +0100, Ben Dooks (Codethink) wrote: > Make the following items static to avoid clashes with > other parts of the kernel (dev_attr_core_id) or just > silence the following sparse warning: > > drivers/gpu/drm/arm/malidp_drv.c:371:24: warning: symbol

[PATCH] drm/arm: make undeclared items static

2019-10-17 Thread Ben Dooks (Codethink)
Make the following items static to avoid clashes with other parts of the kernel (dev_attr_core_id) or just silence the following sparse warning: drivers/gpu/drm/arm/malidp_drv.c:371:24: warning: symbol 'malidp_fb_create' was not declared. Should it be static?