aboutsummaryrefslogtreecommitdiffstats
path: root/fs/read_write.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2010-11-17 16:26:55 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2010-11-17 08:59:32 -0800
commit451a3c24b0135bce54542009b5fde43846c7cf67 (patch)
treef0fbbcc155aef2a1ffcb8aa593fe7a966d0e6900 /fs/read_write.c
parent55f6561c6941713ab5ae9180525b026dd40b7d14 (diff)
downloadkernel_samsung_smdk4412-451a3c24b0135bce54542009b5fde43846c7cf67.zip
kernel_samsung_smdk4412-451a3c24b0135bce54542009b5fde43846c7cf67.tar.gz
kernel_samsung_smdk4412-451a3c24b0135bce54542009b5fde43846c7cf67.tar.bz2
BKL: remove extraneous #include <smp_lock.h>
The big kernel lock has been removed from all these files at some point, leaving only the #include. Remove this too as a cleanup. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/read_write.c')
-rw-r--r--fs/read_write.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/read_write.c b/fs/read_write.c
index 431a0ed..5d431ba 100644
--- a/fs/read_write.c
+++ b/fs/read_write.c
@@ -9,7 +9,6 @@
#include <linux/fcntl.h>
#include <linux/file.h>
#include <linux/uio.h>
-#include <linux/smp_lock.h>
#include <linux/fsnotify.h>
#include <linux/security.h>
#include <linux/module.h>