workqueue: Remove unused work_on_cpu_safe
authorDr. David Alan Gilbert <linux@treblig.org>
Mon, 23 Jun 2025 00:30:49 +0000 (01:30 +0100)
committerTejun Heo <tj@kernel.org>
Mon, 23 Jun 2025 18:07:06 +0000 (08:07 -1000)
commitfc2898ea793a48bc4b74b61cde2d8656f20efdf4
treea164bc158bb6c8c78a91b713ceffd5a2396e91d2
parentf11113d01306b2d9cec0934f606d1b81b94260c5
workqueue: Remove unused work_on_cpu_safe

The last use of the work_on_cpu_safe() macro was removed recently by
commit 9cda46babdfe ("crypto: n2 - remove Niagara2 SPU driver")

Remove it, and the work_on_cpu_safe_key() function it calls.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/workqueue.h
kernel/workqueue.c