X-Git-Url: http://git.rot13.org/?p=powerpc.git;a=blobdiff_plain;f=include%2Flinux%2Fworkqueue.h;h=2a58f16e1961f1699fb9a690bafac3a585ee5711;hp=26a70992dec80b03466b2491c2c1893632fe3c19;hb=7097a87afe937a5879528d52880c2d95f089e96c;hpb=3af24433efac62f451bfdb1cf1edb7181fb73645 diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index 26a70992de..2a58f16e19 100644 --- a/include/linux/workqueue.h +++ b/include/linux/workqueue.h @@ -182,7 +182,6 @@ extern void flush_work(struct workqueue_struct *wq, struct work_struct *work); extern void flush_work_keventd(struct work_struct *work); extern int FASTCALL(schedule_work(struct work_struct *work)); -extern int FASTCALL(run_scheduled_work(struct work_struct *work)); extern int FASTCALL(schedule_delayed_work(struct delayed_work *work, unsigned long delay)); extern int schedule_delayed_work_on(int cpu, struct delayed_work *work, unsigned long delay);