From a29a5b88265d93eb6f1077409f11dcb3fec5362f Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Thu, 23 Mar 2006 03:01:01 -0800 Subject: [PATCH] --- yaml --- r: 23085 b: refs/heads/master c: 713729e8b993cb880225e2ced50a3f5ac05c2b3f h: refs/heads/master i: 23083: 03d59031a9d5de6bb9db6fa06208e64060704a3f v: v3 --- [refs] | 2 +- trunk/fs/adfs/file.c | 4 ---- trunk/fs/qnx4/file.c | 3 --- trunk/fs/ramfs/file-mmu.c | 11 ----------- 4 files changed, 1 insertion(+), 19 deletions(-) diff --git a/[refs] b/[refs] index 533039c90751..b615dadf594c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2178426d26661ed6e18a8d6ea0bc05c98d73600d +refs/heads/master: 713729e8b993cb880225e2ced50a3f5ac05c2b3f diff --git a/trunk/fs/adfs/file.c b/trunk/fs/adfs/file.c index afebbfde6968..6af10885f9d6 100644 --- a/trunk/fs/adfs/file.c +++ b/trunk/fs/adfs/file.c @@ -19,11 +19,7 @@ * * adfs regular file handling primitives */ -#include #include -#include -#include -#include #include /* for file_fsync() */ #include diff --git a/trunk/fs/qnx4/file.c b/trunk/fs/qnx4/file.c index b471315e24ef..c33963fded9e 100644 --- a/trunk/fs/qnx4/file.c +++ b/trunk/fs/qnx4/file.c @@ -12,10 +12,7 @@ * 27-06-1998 by Frank Denis : file overwriting. */ -#include -#include #include -#include #include /* diff --git a/trunk/fs/ramfs/file-mmu.c b/trunk/fs/ramfs/file-mmu.c index 2115383dcc8d..6ada2095b9ac 100644 --- a/trunk/fs/ramfs/file-mmu.c +++ b/trunk/fs/ramfs/file-mmu.c @@ -24,18 +24,7 @@ * caches is sufficient. */ -#include #include -#include -#include -#include -#include -#include -#include -#include - -#include -#include "internal.h" struct address_space_operations ramfs_aops = { .readpage = simple_readpage,