diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2011-03-15 18:37:09 +1100 |
---|---|---|
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 @@ #include <linux/sunrpc/clnt.h> #include <linux/nfs_fs.h> #include <linux/nfs_page.h> -#include <linux/smp_lock.h> #include <linux/module.h> #include <asm/system.h> |