Re: [PATCH] drm/scheduler: make unexported items static

2019-10-11 Thread Alex Deucher
Already applied. thanks. Alex On Fri, Oct 11, 2019 at 2:48 AM Ben Dooks wrote: > > On 09/10/2019 13:14, Ben Dooks wrote: > > The drm_sched_fence_ops_{scheduled,finished} are not exported > > from the file so make them static to avoid the following > > warnings from sparse: > > > > drivers/gpu/d

Re: [PATCH] drm/scheduler: make unexported items static

2019-10-10 Thread Ben Dooks
On 09/10/2019 13:14, Ben Dooks wrote: The drm_sched_fence_ops_{scheduled,finished} are not exported from the file so make them static to avoid the following warnings from sparse: drivers/gpu/drm/scheduler/sched_fence.c:131:28: warning: symbol 'drm_sched_fence_ops_scheduled' was not declared. Sh

Re: [PATCH] drm/scheduler: make unexported items static

2019-10-10 Thread Alex Deucher
On Thu, Oct 10, 2019 at 2:55 AM Ben Dooks wrote: > > The drm_sched_fence_ops_{scheduled,finished} are not exported > from the file so make them static to avoid the following > warnings from sparse: > > drivers/gpu/drm/scheduler/sched_fence.c:131:28: warning: symbol > 'drm_sched_fence_ops_schedule

[PATCH] drm/scheduler: make unexported items static

2019-10-09 Thread Ben Dooks
The drm_sched_fence_ops_{scheduled,finished} are not exported from the file so make them static to avoid the following warnings from sparse: drivers/gpu/drm/scheduler/sched_fence.c:131:28: warning: symbol 'drm_sched_fence_ops_scheduled' was not declared. Should it be static? drivers/gpu/drm/sched