From: David Howells Date: Tue, 29 Aug 2006 18:05:56 +0000 (+0100) Subject: [PATCH] BLOCK: Remove duplicate declaration of exit_io_context() [try #6] X-Git-Tag: v6.6-pxa1908~58078^2~22 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=0d67a46df0125e20d14f12dbd3646f1f1bf23e8c;p=linux.git [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: David Howells Signed-off-by: Jens Axboe --- diff --git a/include/linux/sched.h b/include/linux/sched.h index a06fc89cf6e5..fc4a9873ec10 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -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 diff --git a/kernel/exit.c b/kernel/exit.c index 2e4c13cba95a..c189de2927ab 100644 --- a/kernel/exit.c +++ b/kernel/exit.c @@ -38,6 +38,7 @@ #include #include /* for audit_free() */ #include +#include #include #include