Message ID | 20171208025616.16267-8-sergey.senozhatsky@gmail.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
On Fri, Dec 08, 2017 at 11:56:14AM +0900, Sergey Senozhatsky wrote: > The filw was converted from print_symbol() to %pf some time > ago (044c782ce3a901fb "workqueue: fix checkpatch issues"). > kallsyms does not seem to be needed anymore. > > Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> > Cc: Tejun Heo <tj@kernel.org> > Cc: Lai Jiangshan <jiangshanlai@gmail.com> Applied to wq/for-4.15-fixes. Thanks.
On (12/11/17 07:16), Tejun Heo wrote: > On Fri, Dec 08, 2017 at 11:56:14AM +0900, Sergey Senozhatsky wrote: > > The filw was converted from print_symbol() to %pf some time > > ago (044c782ce3a901fb "workqueue: fix checkpatch issues"). > > kallsyms does not seem to be needed anymore. > > > > Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> > > Cc: Tejun Heo <tj@kernel.org> > > Cc: Lai Jiangshan <jiangshanlai@gmail.com> > > Applied to wq/for-4.15-fixes. thanks. -ss
diff --git a/kernel/workqueue.c b/kernel/workqueue.c index f4ff9fa5586a..acf485eada1b 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c @@ -38,7 +38,6 @@ #include <linux/hardirq.h> #include <linux/mempolicy.h> #include <linux/freezer.h> -#include <linux/kallsyms.h> #include <linux/debug_locks.h> #include <linux/lockdep.h> #include <linux/idr.h>
The filw was converted from print_symbol() to %pf some time ago (044c782ce3a901fb "workqueue: fix checkpatch issues"). kallsyms does not seem to be needed anymore. Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Cc: Tejun Heo <tj@kernel.org> Cc: Lai Jiangshan <jiangshanlai@gmail.com> --- kernel/workqueue.c | 1 - 1 file changed, 1 deletion(-)