Re: [PATCH] kernel/kthread: Make function __kthread_queue_delayed_work static

2018-08-05 Thread zhong jiang
On 2018/8/3 21:21, Steven Rostedt wrote: > On Fri, 3 Aug 2018 20:40:02 +0800 > zhong jiang wrote: > >> Fix the following warning. >> >> kernel/kthread.c:859:6: warning: symbol '__kthread_queue_delayed_work' was >> not declared. Should it be static? > > This should go via the trivial tree. > >> Si

Re: [PATCH] kernel/kthread: Make function __kthread_queue_delayed_work static

2018-08-03 Thread Steven Rostedt
On Fri, 3 Aug 2018 20:40:02 +0800 zhong jiang wrote: > Fix the following warning. > > kernel/kthread.c:859:6: warning: symbol '__kthread_queue_delayed_work' was > not declared. Should it be static? This should go via the trivial tree. > > Signed-off-by: zhong jiang > --- > kernel/kthread.