diff options
Diffstat (limited to 'drivers/scsi/scsi_sysfs.c')
-rw-r--r-- | drivers/scsi/scsi_sysfs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_sysfs.c b/drivers/scsi/scsi_sysfs.c index ed720863ab97..34e483d31c18 100644 --- a/drivers/scsi/scsi_sysfs.c +++ b/drivers/scsi/scsi_sysfs.c | |||
@@ -16,6 +16,7 @@ | |||
16 | #include <scsi/scsi_host.h> | 16 | #include <scsi/scsi_host.h> |
17 | #include <scsi/scsi_tcq.h> | 17 | #include <scsi/scsi_tcq.h> |
18 | #include <scsi/scsi_transport.h> | 18 | #include <scsi/scsi_transport.h> |
19 | #include <scsi/scsi_driver.h> | ||
19 | 20 | ||
20 | #include "scsi_priv.h" | 21 | #include "scsi_priv.h" |
21 | #include "scsi_logging.h" | 22 | #include "scsi_logging.h" |
@@ -803,7 +804,7 @@ void scsi_remove_device(struct scsi_device *sdev) | |||
803 | } | 804 | } |
804 | EXPORT_SYMBOL(scsi_remove_device); | 805 | EXPORT_SYMBOL(scsi_remove_device); |
805 | 806 | ||
806 | void __scsi_remove_target(struct scsi_target *starget) | 807 | static void __scsi_remove_target(struct scsi_target *starget) |
807 | { | 808 | { |
808 | struct Scsi_Host *shost = dev_to_shost(starget->dev.parent); | 809 | struct Scsi_Host *shost = dev_to_shost(starget->dev.parent); |
809 | unsigned long flags; | 810 | unsigned long flags; |