mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 16:41:25 +00:00
workqueue: make delayed_work_timer_fn() static
delayed_work_timer_fn() is a timer function, make it static. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
ae16106875
commit
6d141c3ff6
2 changed files with 1 additions and 3 deletions
|
@ -175,7 +175,7 @@ int queue_work(struct workqueue_struct *wq, struct work_struct *work)
|
|||
}
|
||||
EXPORT_SYMBOL_GPL(queue_work);
|
||||
|
||||
void delayed_work_timer_fn(unsigned long __data)
|
||||
static void delayed_work_timer_fn(unsigned long __data)
|
||||
{
|
||||
struct delayed_work *dwork = (struct delayed_work *)__data;
|
||||
struct cpu_workqueue_struct *cwq = get_wq_data(&dwork->work);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue