From 9ffc93f203c18a70623f21950f1dd473c9ec48cd Mon Sep 17 00:00:00 2001 From: David Howells Date: Wed, 28 Mar 2012 18:30:03 +0100 Subject: Remove all #inclusions of asm/system.h Remove all #inclusions of asm/system.h preparatory to splitting and killing it. Performed with the following command: perl -p -i -e 's!^#\s*include\s*.*\n!!' `grep -Irl '^#\s*include\s*' *` Signed-off-by: David Howells --- fs/nfs/client.c | 1 - fs/nfs/direct.c | 1 - fs/nfs/file.c | 1 - fs/nfs/getroot.c | 1 - fs/nfs/inode.c | 1 - fs/nfs/read.c | 1 - fs/nfs/super.c | 1 - 7 files changed, 7 deletions(-) (limited to 'fs/nfs') diff --git a/fs/nfs/client.c b/fs/nfs/client.c index d4f772ebd1e..ad5565acbf3 100644 --- a/fs/nfs/client.c +++ b/fs/nfs/client.c @@ -41,7 +41,6 @@ #include #include -#include #include "nfs4_fs.h" #include "callback.h" diff --git a/fs/nfs/direct.c b/fs/nfs/direct.c index 1940f1a56a5..ea5be1262d4 100644 --- a/fs/nfs/direct.c +++ b/fs/nfs/direct.c @@ -51,7 +51,6 @@ #include #include -#include #include #include diff --git a/fs/nfs/file.c b/fs/nfs/file.c index c43a452f7da..a77a1f2da5d 100644 --- a/fs/nfs/file.c +++ b/fs/nfs/file.c @@ -30,7 +30,6 @@ #include #include -#include #include "delegation.h" #include "internal.h" diff --git a/fs/nfs/getroot.c b/fs/nfs/getroot.c index 801d6d83078..4ca6f5c8038 100644 --- a/fs/nfs/getroot.c +++ b/fs/nfs/getroot.c @@ -32,7 +32,6 @@ #include #include -#include #include #include "nfs4_fs.h" diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c index f649fba8c38..c2ce8196912 100644 --- a/fs/nfs/inode.c +++ b/fs/nfs/inode.c @@ -40,7 +40,6 @@ #include #include -#include #include #include "nfs4_fs.h" diff --git a/fs/nfs/read.c b/fs/nfs/read.c index cfa175c223d..b83e89bf4a7 100644 --- a/fs/nfs/read.c +++ b/fs/nfs/read.c @@ -20,7 +20,6 @@ #include #include -#include #include "pnfs.h" #include "nfs4_fs.h" diff --git a/fs/nfs/super.c b/fs/nfs/super.c index 3dfa4f112c0..e3f6b234941 100644 --- a/fs/nfs/super.c +++ b/fs/nfs/super.c @@ -53,7 +53,6 @@ #include #include -#include #include #include "nfs4_fs.h" -- cgit v1.2.3