|
@@ -201,11 +201,6 @@ struct scsi_device {
|
|
|
unsigned long sdev_data[0];
|
|
|
} __attribute__((aligned(sizeof(unsigned long))));
|
|
|
|
|
|
-struct scsi_dh_devlist {
|
|
|
- char *vendor;
|
|
|
- char *model;
|
|
|
-};
|
|
|
-
|
|
|
typedef void (*activate_complete)(void *, int);
|
|
|
struct scsi_device_handler {
|
|
|
/* Used by the infrastructure */
|
|
@@ -214,7 +209,6 @@ struct scsi_device_handler {
|
|
|
/* Filled by the hardware handler */
|
|
|
struct module *module;
|
|
|
const char *name;
|
|
|
- const struct scsi_dh_devlist *devlist;
|
|
|
int (*check_sense)(struct scsi_device *, struct scsi_sense_hdr *);
|
|
|
int (*attach)(struct scsi_device *);
|
|
|
void (*detach)(struct scsi_device *);
|