diff options
author | David Howells <dhowells@redhat.com> | 2012-03-28 13:30:03 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-03-28 13:30:03 -0400 |
commit | 9ffc93f203c18a70623f21950f1dd473c9ec48cd (patch) | |
tree | 1eb3536ae183b0bfbf7f5152a6fe4f430ae881c2 /fs/nfs | |
parent | 96f951edb1f1bdbbc99b0cd458f9808bb83d58ae (diff) |
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*<asm/system[.]h>.*\n!!' `grep -Irl '^#\s*include\s*<asm/system[.]h>' *`
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'fs/nfs')
-rw-r--r-- | fs/nfs/client.c | 1 | ||||
-rw-r--r-- | fs/nfs/direct.c | 1 | ||||
-rw-r--r-- | fs/nfs/file.c | 1 | ||||
-rw-r--r-- | fs/nfs/getroot.c | 1 | ||||
-rw-r--r-- | fs/nfs/inode.c | 1 | ||||
-rw-r--r-- | fs/nfs/read.c | 1 | ||||
-rw-r--r-- | fs/nfs/super.c | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/fs/nfs/client.c b/fs/nfs/client.c index d4f772ebd1ef..ad5565acbf3b 100644 --- a/fs/nfs/client.c +++ b/fs/nfs/client.c | |||
@@ -41,7 +41,6 @@ | |||
41 | #include <linux/nfs_xdr.h> | 41 | #include <linux/nfs_xdr.h> |
42 | #include <linux/sunrpc/bc_xprt.h> | 42 | #include <linux/sunrpc/bc_xprt.h> |
43 | 43 | ||
44 | #include <asm/system.h> | ||
45 | 44 | ||
46 | #include "nfs4_fs.h" | 45 | #include "nfs4_fs.h" |
47 | #include "callback.h" | 46 | #include "callback.h" |
diff --git a/fs/nfs/direct.c b/fs/nfs/direct.c index 1940f1a56a5f..ea5be1262d41 100644 --- a/fs/nfs/direct.c +++ b/fs/nfs/direct.c | |||
@@ -51,7 +51,6 @@ | |||
51 | #include <linux/nfs_page.h> | 51 | #include <linux/nfs_page.h> |
52 | #include <linux/sunrpc/clnt.h> | 52 | #include <linux/sunrpc/clnt.h> |
53 | 53 | ||
54 | #include <asm/system.h> | ||
55 | #include <asm/uaccess.h> | 54 | #include <asm/uaccess.h> |
56 | #include <linux/atomic.h> | 55 | #include <linux/atomic.h> |
57 | 56 | ||
diff --git a/fs/nfs/file.c b/fs/nfs/file.c index c43a452f7da2..a77a1f2da5d6 100644 --- a/fs/nfs/file.c +++ b/fs/nfs/file.c | |||
@@ -30,7 +30,6 @@ | |||
30 | #include <linux/swap.h> | 30 | #include <linux/swap.h> |
31 | 31 | ||
32 | #include <asm/uaccess.h> | 32 | #include <asm/uaccess.h> |
33 | #include <asm/system.h> | ||
34 | 33 | ||
35 | #include "delegation.h" | 34 | #include "delegation.h" |
36 | #include "internal.h" | 35 | #include "internal.h" |
diff --git a/fs/nfs/getroot.c b/fs/nfs/getroot.c index 801d6d830787..4ca6f5c8038e 100644 --- a/fs/nfs/getroot.c +++ b/fs/nfs/getroot.c | |||
@@ -32,7 +32,6 @@ | |||
32 | #include <linux/namei.h> | 32 | #include <linux/namei.h> |
33 | #include <linux/security.h> | 33 | #include <linux/security.h> |
34 | 34 | ||
35 | #include <asm/system.h> | ||
36 | #include <asm/uaccess.h> | 35 | #include <asm/uaccess.h> |
37 | 36 | ||
38 | #include "nfs4_fs.h" | 37 | #include "nfs4_fs.h" |
diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c index f649fba8c384..c2ce8196912c 100644 --- a/fs/nfs/inode.c +++ b/fs/nfs/inode.c | |||
@@ -40,7 +40,6 @@ | |||
40 | #include <linux/compat.h> | 40 | #include <linux/compat.h> |
41 | #include <linux/freezer.h> | 41 | #include <linux/freezer.h> |
42 | 42 | ||
43 | #include <asm/system.h> | ||
44 | #include <asm/uaccess.h> | 43 | #include <asm/uaccess.h> |
45 | 44 | ||
46 | #include "nfs4_fs.h" | 45 | #include "nfs4_fs.h" |
diff --git a/fs/nfs/read.c b/fs/nfs/read.c index cfa175c223dc..b83e89bf4a74 100644 --- a/fs/nfs/read.c +++ b/fs/nfs/read.c | |||
@@ -20,7 +20,6 @@ | |||
20 | #include <linux/nfs_page.h> | 20 | #include <linux/nfs_page.h> |
21 | #include <linux/module.h> | 21 | #include <linux/module.h> |
22 | 22 | ||
23 | #include <asm/system.h> | ||
24 | #include "pnfs.h" | 23 | #include "pnfs.h" |
25 | 24 | ||
26 | #include "nfs4_fs.h" | 25 | #include "nfs4_fs.h" |
diff --git a/fs/nfs/super.c b/fs/nfs/super.c index 3dfa4f112c0a..e3f6b2349411 100644 --- a/fs/nfs/super.c +++ b/fs/nfs/super.c | |||
@@ -53,7 +53,6 @@ | |||
53 | #include <linux/magic.h> | 53 | #include <linux/magic.h> |
54 | #include <linux/parser.h> | 54 | #include <linux/parser.h> |
55 | 55 | ||
56 | #include <asm/system.h> | ||
57 | #include <asm/uaccess.h> | 56 | #include <asm/uaccess.h> |
58 | 57 | ||
59 | #include "nfs4_fs.h" | 58 | #include "nfs4_fs.h" |