Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d67a46d authored by David Howells's avatar David Howells Committed by Jens Axboe
Browse files

[PATCH] BLOCK: Remove duplicate declaration of exit_io_context() [try #6]



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

Signed-Off-By: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent cf9a2ae8
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -710,7 +710,6 @@ extern unsigned int max_cache_size;




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


#define NGROUPS_SMALL		32
#define NGROUPS_SMALL		32
+1 −0
Original line number Original line Diff line number Diff line
@@ -38,6 +38,7 @@
#include <linux/pipe_fs_i.h>
#include <linux/pipe_fs_i.h>
#include <linux/audit.h> /* for audit_free() */
#include <linux/audit.h> /* for audit_free() */
#include <linux/resource.h>
#include <linux/resource.h>
#include <linux/blkdev.h>


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