From daaa858b7a6bb497f11c2aae555053b9c047824b Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Thu, 27 Aug 2015 14:16:56 +0200 Subject: [PATCH] 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 --- drivers/scsi/{device_handler => }/scsi_dh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename drivers/scsi/{device_handler => }/scsi_dh.c (99%) 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); -- 2.39.2