diff options
| author | Matthew Wilcox <willy@debian.org> | 2002-06-17 20:37:27 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-06-17 20:37:27 -0700 |
| commit | 4f9d90c4a8511edfe3faa8dbc27e3d3c933a720d (patch) | |
| tree | d8930042c083ef49706ac694f41d70e24ab40951 /kernel/context.c | |
| parent | 30724dcd73d7d0baf54250e5e80c97b8f49e210e (diff) | |
[PATCH] remove tqueue.h from sched.h
This is actually part of the work I've been doing to remove BHs, but it
stands by itself.
Diffstat (limited to 'kernel/context.c')
| -rw-r--r-- | kernel/context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/context.c b/kernel/context.c index 56bada438f61..c49f914430e0 100644 --- a/kernel/context.c +++ b/kernel/context.c @@ -20,6 +20,7 @@ #include <linux/unistd.h> #include <linux/signal.h> #include <linux/completion.h> +#include <linux/tqueue.h> static DECLARE_TASK_QUEUE(tq_context); static DECLARE_WAIT_QUEUE_HEAD(context_task_wq); |
