Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755642AbWKQKD4 (ORCPT ); Fri, 17 Nov 2006 05:03:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755643AbWKQKD4 (ORCPT ); Fri, 17 Nov 2006 05:03:56 -0500 Received: from mx1.redhat.com ([66.187.233.31]:49088 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S1755642AbWKQKDz (ORCPT ); Fri, 17 Nov 2006 05:03:55 -0500 From: David Howells In-Reply-To: <20061114200621.12943.18023.stgit@warthog.cambridge.redhat.com> References: <20061114200621.12943.18023.stgit@warthog.cambridge.redhat.com> To: torvalds@osdl.org, akpm@osdl.org, sds@tycho.nsa.gov, trond.myklebust@fys.uio.no Cc: dhowells@redhat.com, selinux@tycho.nsa.gov, linux-kernel@vger.kernel.org, aviro@redhat.com, steved@redhat.com Subject: [PATCH 26/19] CacheFiles: Don't include linux/proc_fs.h X-Mailer: MH-E 8.0; nmh 1.1; GNU Emacs 22.0.50 Date: Fri, 17 Nov 2006 10:01:30 +0000 Message-ID: <4709.1163757690@redhat.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 811 Lines: 26 Don't include linux/proc_fs.h anymore as we no longer use procfs. Signed-Off-By: David Howells --- fs/cachefiles/cf-bind.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/fs/cachefiles/cf-bind.c b/fs/cachefiles/cf-bind.c index 0c055a9..2c22d35 100644 --- a/fs/cachefiles/cf-bind.c +++ b/fs/cachefiles/cf-bind.c @@ -20,7 +20,6 @@ #include #include #include #include -#include #include #include "internal.h" - 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/