Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422828AbWHYThN (ORCPT ); Fri, 25 Aug 2006 15:37:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422818AbWHYThM (ORCPT ); Fri, 25 Aug 2006 15:37:12 -0400 Received: from mx1.redhat.com ([66.187.233.31]:23951 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S1422820AbWHYThH (ORCPT ); Fri, 25 Aug 2006 15:37:07 -0400 From: David Howells Subject: [PATCH 02/18] [PATCH] BLOCK: Remove duplicate declaration of exit_io_context() [try #4] Date: Fri, 25 Aug 2006 20:37:03 +0100 To: axboe@kernel.dk Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, dhowells@redhat.com Message-Id: <20060825193703.11384.54121.stgit@warthog.cambridge.redhat.com> In-Reply-To: <20060825193658.11384.8349.stgit@warthog.cambridge.redhat.com> References: <20060825193658.11384.8349.stgit@warthog.cambridge.redhat.com> Content-Type: text/plain; charset=utf-8; format=fixed Content-Transfer-Encoding: 8bit User-Agent: StGIT/0.10 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1186 Lines: 40 From: David Howells Remove the duplicate declaration of exit_io_context() from linux/sched.h. Signed-Off-By: David Howells --- include/linux/sched.h | 1 - kernel/exit.c | 1 + 2 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/sched.h b/include/linux/sched.h index 6674fc1..c12c5f9 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -709,7 +709,6 @@ #endif /* CONFIG_SMP */ 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 dba194a..e0abd78 100644 --- a/kernel/exit.c +++ b/kernel/exit.c @@ -38,6 +38,7 @@ #include #include #include /* for audit_free() */ #include +#include #include #include - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/