diff options
| author | Christoph Hellwig <hch@lst.de> | 2015-08-27 08:16:56 -0400 |
|---|---|---|
| committer | James Bottomley <JBottomley@Odin.com> | 2015-08-28 16:14:55 -0400 |
| commit | daaa858b7a6bb497f11c2aae555053b9c047824b (patch) | |
| tree | 85969856113a4245fb1c785efe2ca6d4266aada7 /drivers/scsi | |
| parent | 566079c849cfe538e908c44ac11a9c4638db8f91 (diff) | |
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/scsi')
| -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 @@ | |||
| 24 | #include <linux/slab.h> | 24 | #include <linux/slab.h> |
| 25 | #include <linux/module.h> | 25 | #include <linux/module.h> |
| 26 | #include <scsi/scsi_dh.h> | 26 | #include <scsi/scsi_dh.h> |
| 27 | #include "../scsi_priv.h" | 27 | #include "scsi_priv.h" |
| 28 | 28 | ||
| 29 | static DEFINE_SPINLOCK(list_lock); | 29 | static DEFINE_SPINLOCK(list_lock); |
| 30 | static LIST_HEAD(scsi_dh_list); | 30 | static LIST_HEAD(scsi_dh_list); |
