summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-08-27 12:16:56 (GMT)
committerJames Bottomley <JBottomley@Odin.com>2015-08-28 20:14:55 (GMT)
commitdaaa858b7a6bb497f11c2aae555053b9c047824b (patch)
tree85969856113a4245fb1c785efe2ca6d4266aada7 /drivers
parent566079c849cfe538e908c44ac11a9c4638db8f91 (diff)
downloadlinux-daaa858b7a6bb497f11c2aae555053b9c047824b.tar.xz
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 'drivers')
-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 3dfef5b..3de9b67 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);