commit | bc88f85c6c09306bd21917e1ae28205e9cd775a7 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Wed Oct 16 12:24:58 2019 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Oct 16 09:20:58 2019 -0700 |
tree | 387e33861a4a4f8ec9eff6e1fe55032e3dd92524 | |
parent | 3b1f00aceb7a67bf079a5a64aa5c6baf78a8f442 [diff] |
kthread: make __kthread_queue_delayed_work static The __kthread_queue_delayed_work is not exported so make it static, to avoid the following sparse warning: kernel/kthread.c:869:6: warning: symbol '__kthread_queue_delayed_work' was not declared. Should it be static? Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>