scsi_dh: move device matching to the core code
[firefly-linux-kernel-4.4.55.git] / include / scsi / scsi_device.h
index 798d67994aeb2b5a0f20f1941eee541fe0184533..4d501b7baa9bffd54d451d2c902ffd403abbc104 100644 (file)
@@ -215,7 +215,6 @@ struct scsi_device_handler {
        int (*activate)(struct scsi_device *, activate_complete, void *);
        int (*prep_fn)(struct scsi_device *, struct request *);
        int (*set_params)(struct scsi_device *, const char *);
-       bool (*match)(struct scsi_device *);
 };
 
 struct scsi_dh_data {