diff options
| -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); |
