aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_dh.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-08-27 14:16:56 +0200
committerJames Bottomley <JBottomley@Odin.com>2015-08-28 13:14:55 -0700
commitdaaa858b7a6bb497f11c2aae555053b9c047824b (patch)
tree85969856113a4245fb1c785efe2ca6d4266aada7 /drivers/scsi/scsi_dh.c
parentdm-mpath, scsi_dh: request scsi_dh modules in scsi_dh, not dm-mpath (diff)
downloadlinux-dev-daaa858b7a6bb497f11c2aae555053b9c047824b.tar.xz
linux-dev-daaa858b7a6bb497f11c2aae555053b9c047824b.zip
scsi_dh: move to drivers/scsi
Prepare for building scsi_dh.c into the core SCSI module by moving it to drivers/scsi. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to '')
-rw-r--r--drivers/scsi/scsi_dh.c (renamed from drivers/scsi/device_handler/scsi_dh.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/device_handler/scsi_dh.c b/drivers/scsi/scsi_dh.c
index 3dfef5b0d298..3de9b6767be4 100644
--- a/drivers/scsi/device_handler/scsi_dh.c
+++ b/drivers/scsi/scsi_dh.c
@@ -24,7 +24,7 @@
#include <linux/slab.h>
#include <linux/module.h>
#include <scsi/scsi_dh.h>
-#include "../scsi_priv.h"
+#include "scsi_priv.h"
static DEFINE_SPINLOCK(list_lock);
static LIST_HEAD(scsi_dh_list);