Merge remote-tracking branch 'scsi/for-next'
[deliverable/linux.git] / drivers / scsi / scsi_scan.c
index e0a78f53d80960f04672d162c842a93b2128172f..212e98d940bc222885d8ece9a675df4782cc8be1 100644 (file)
@@ -217,8 +217,6 @@ static struct scsi_device *scsi_alloc_sdev(struct scsi_target *starget,
        struct scsi_device *sdev;
        int display_failure_msg = 1, ret;
        struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
-       extern void scsi_evt_thread(struct work_struct *work);
-       extern void scsi_requeue_run_queue(struct work_struct *work);
 
        sdev = kzalloc(sizeof(*sdev) + shost->transportt->device_size,
                       GFP_ATOMIC);
This page took 0.023378 seconds and 5 git commands to generate.