Skip to content

Commit

Permalink
[PATCH] BLOCK: Remove duplicate declaration of exit_io_context() [try…
Browse files Browse the repository at this point in the history
… #6]

Remove the duplicate declaration of exit_io_context() from linux/sched.h.

Signed-Off-By: David Howells <dhowells@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
David Howells authored and Jens Axboe committed Sep 30, 2006
1 parent cf9a2ae commit 0d67a46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,6 @@ extern unsigned int max_cache_size;


struct io_context; /* See blkdev.h */
void exit_io_context(void);
struct cpuset;

#define NGROUPS_SMALL 32
Expand Down
1 change: 1 addition & 0 deletions kernel/exit.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include <linux/pipe_fs_i.h>
#include <linux/audit.h> /* for audit_free() */
#include <linux/resource.h>
#include <linux/blkdev.h>

#include <asm/uaccess.h>
#include <asm/unistd.h>
Expand Down

0 comments on commit 0d67a46

Please sign in to comment.