diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2011-03-15 03:37:09 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2011-03-15 08:44:35 -0400 |
commit | 8f68cd42d85f31fb58dd2cabf3ff4aad0a2bafd9 (patch) | |
tree | 55cdbf087e418b83a539b4d12e53dbf26fbbfbbc /fs/nfs/read.c | |
parent | e0dca7a05df4e23a8f5b07742e99e2a6f7d67db1 (diff) |
nfs: BKL is no longer needed, so remove the include
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/read.c')
-rw-r--r-- | fs/nfs/read.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/read.c b/fs/nfs/read.c index 4b764c6048db..7cded2b12a05 100644 --- a/fs/nfs/read.c +++ b/fs/nfs/read.c | |||
@@ -18,7 +18,6 @@ | |||
18 | #include <linux/sunrpc/clnt.h> | 18 | #include <linux/sunrpc/clnt.h> |
19 | #include <linux/nfs_fs.h> | 19 | #include <linux/nfs_fs.h> |
20 | #include <linux/nfs_page.h> | 20 | #include <linux/nfs_page.h> |
21 | #include <linux/smp_lock.h> | ||
22 | #include <linux/module.h> | 21 | #include <linux/module.h> |
23 | 22 | ||
24 | #include <asm/system.h> | 23 | #include <asm/system.h> |