diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2013-02-21 10:16:55 -0500 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2013-02-22 04:07:30 -0500 |
| commit | edb15d83a875a1f4b1576188844db5c330c3267d (patch) | |
| tree | 74d54eab401b6ccf2a6ad4821227108a8d160f03 /kernel/workqueue_sched.h | |
| parent | 8bfc245f9ad7bd4e461179e4e7852ef99b8b6144 (diff) | |
| parent | a0b1c42951dd06ec83cc1bc2c9788131d9fefcd8 (diff) | |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mips-for-linux-next
Conflicts:
include/linux/ssb/ssb_driver_gige.h
Also resolves a logical merge conflict in drivers/net/ethernet/broadcom/-
bgmac.c due to change of an API.
Diffstat (limited to 'kernel/workqueue_sched.h')
| -rw-r--r-- | kernel/workqueue_sched.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/kernel/workqueue_sched.h b/kernel/workqueue_sched.h deleted file mode 100644 index 2d10fc98dc79..000000000000 --- a/kernel/workqueue_sched.h +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * kernel/workqueue_sched.h | ||
| 3 | * | ||
| 4 | * Scheduler hooks for concurrency managed workqueue. Only to be | ||
| 5 | * included from sched.c and workqueue.c. | ||
| 6 | */ | ||
| 7 | void wq_worker_waking_up(struct task_struct *task, unsigned int cpu); | ||
| 8 | struct task_struct *wq_worker_sleeping(struct task_struct *task, | ||
| 9 | unsigned int cpu); | ||
