From: David Howells Date: Tue, 29 Aug 2006 18:06:29 +0000 (+0100) Subject: [PATCH] BLOCK: Remove no-longer necessary linux/buffer_head.h inclusions [try #6] X-Git-Tag: v2.6.19-rc1~640^2~7 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=d366e40a1cabd453be6e2609caa7e12f9ca17b1f;p=powerpc.git [PATCH] BLOCK: Remove no-longer necessary linux/buffer_head.h inclusions [try #6] Remove inclusions of linux/buffer_head.h that are no longer necessary due to the transfer of a number of things out of there. Signed-Off-By: David Howells Signed-off-by: Jens Axboe --- diff --git a/fs/afs/file.c b/fs/afs/file.c index 02264560d1..2e8c42639e 100644 --- a/fs/afs/file.c +++ b/fs/afs/file.c @@ -16,7 +16,6 @@ #include #include #include -#include #include "volume.h" #include "vnode.h" #include diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c index b88147c1dc..05f874c744 100644 --- a/fs/cifs/inode.c +++ b/fs/cifs/inode.c @@ -19,7 +19,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include -#include #include #include #include