diff options
Diffstat (limited to 'drivers/scsi/eata_generic.h')
-rw-r--r-- | drivers/scsi/eata_generic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/eata_generic.h b/drivers/scsi/eata_generic.h index 34bce2c9e92e..635c14861f86 100644 --- a/drivers/scsi/eata_generic.h +++ b/drivers/scsi/eata_generic.h | |||
@@ -364,6 +364,7 @@ typedef struct hstd { | |||
364 | __u8 moresupport; /* HBA supports MORE flag */ | 364 | __u8 moresupport; /* HBA supports MORE flag */ |
365 | struct Scsi_Host *next; | 365 | struct Scsi_Host *next; |
366 | struct Scsi_Host *prev; | 366 | struct Scsi_Host *prev; |
367 | struct pci_dev *pdev; /* PCI device or NULL for non PCI */ | ||
367 | struct eata_sp sp; /* status packet */ | 368 | struct eata_sp sp; /* status packet */ |
368 | struct eata_ccb ccb[0]; /* ccb array begins here */ | 369 | struct eata_ccb ccb[0]; /* ccb array begins here */ |
369 | }hostdata; | 370 | }hostdata; |