]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
scsi_dh: move to drivers/scsi
authorChristoph Hellwig <hch@lst.de>
Thu, 27 Aug 2015 12:16:56 +0000 (14:16 +0200)
committerJames Bottomley <JBottomley@Odin.com>
Fri, 28 Aug 2015 20:14:55 +0000 (13:14 -0700)
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>
drivers/scsi/scsi_dh.c [moved from drivers/scsi/device_handler/scsi_dh.c with 99% similarity]

similarity index 99%
rename from drivers/scsi/device_handler/scsi_dh.c
rename to drivers/scsi/scsi_dh.c
index 3dfef5b0d298f9a8f16c6517ce680c3a0ca169e0..3de9b6767be4df22d7ba393730cb47fdbe81e3da 100644 (file)
@@ -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);