|
|
@@ -1310,7 +1310,7 @@ void delayed_work_timer_fn(unsigned long __data)
|
|
|
/* should have been called from irqsafe timer with irq already off */
|
|
|
__queue_work(dwork->cpu, dwork->wq, &dwork->work);
|
|
|
}
|
|
|
-EXPORT_SYMBOL_GPL(delayed_work_timer_fn);
|
|
|
+EXPORT_SYMBOL(delayed_work_timer_fn);
|
|
|
|
|
|
static void __queue_delayed_work(int cpu, struct workqueue_struct *wq,
|
|
|
struct delayed_work *dwork, unsigned long delay)
|