X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fworkqueue.h;h=957c21c16d62370a9e158336a5981682d6f7625f;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=9bca3539a1e5a965023bd20c148320d96f7d1e27;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index 9bca3539a..957c21c16 100644 --- a/include/linux/workqueue.h +++ b/include/linux/workqueue.h @@ -63,8 +63,6 @@ extern void destroy_workqueue(struct workqueue_struct *wq); extern int FASTCALL(queue_work(struct workqueue_struct *wq, struct work_struct *work)); extern int FASTCALL(queue_delayed_work(struct workqueue_struct *wq, struct work_struct *work, unsigned long delay)); -extern int queue_delayed_work_on(int cpu, struct workqueue_struct *wq, - struct work_struct *work, unsigned long delay); extern void FASTCALL(flush_workqueue(struct workqueue_struct *wq)); extern int FASTCALL(schedule_work(struct work_struct *work));