aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_fabric_lib.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2011-01-25 22:08:05 +0100
committerArnd Bergmann <arnd@arndb.de>2011-03-02 00:02:40 +0100
commit5edc341313a188d94cde7ef87ac31647cea8601a (patch)
tree081cb8074de5abb9592e38e314505998bf99cd90 /drivers/target/target_core_fabric_lib.c
parenttracing: don't trace the BKL (diff)
downloadlinux-dev-5edc341313a188d94cde7ef87ac31647cea8601a.tar.xz
linux-dev-5edc341313a188d94cde7ef87ac31647cea8601a.zip
drivers: remove extraneous includes of smp_lock.h
These were missed the last time I cleaned this up globally, because of code moving around or new code getting merged. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/target/target_core_fabric_lib.c')
-rw-r--r--drivers/target/target_core_fabric_lib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/target/target_core_fabric_lib.c b/drivers/target/target_core_fabric_lib.c
index 26285644e4de..a3c695adabec 100644
--- a/drivers/target/target_core_fabric_lib.c
+++ b/drivers/target/target_core_fabric_lib.c
@@ -28,7 +28,6 @@
#include <linux/string.h>
#include <linux/ctype.h>
#include <linux/spinlock.h>
-#include <linux/smp_lock.h>
#include <scsi/scsi.h>
#include <scsi/scsi_cmnd.h>