From: Christoph Hellwig Date: Thu, 27 Aug 2015 12:16:56 +0000 (+0200) Subject: scsi_dh: move to drivers/scsi X-Git-Tag: v4.3-rc1~11^2~24 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=daaa858b7a6bb497f11c2aae555053b9c047824b;hp=566079c849cfe538e908c44ac11a9c4638db8f91;p=karo-tx-linux.git 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 Signed-off-by: Hannes Reinecke Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/device_handler/scsi_dh.c b/drivers/scsi/scsi_dh.c similarity index 99% rename from drivers/scsi/device_handler/scsi_dh.c rename to 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 #include #include -#include "../scsi_priv.h" +#include "scsi_priv.h" static DEFINE_SPINLOCK(list_lock); static LIST_HEAD(scsi_dh_list);