Commit d87f2437 authored by James Bottomley's avatar James Bottomley

Add missing header changes from SCSI cdrom disconnection fix

parent abfc22be
......@@ -36,6 +36,9 @@ typedef struct scsi_cd {
unsigned readcd_known:1; /* drive supports READ_CD (0xbe) */
unsigned readcd_cdda:1; /* reading audio data using READ_CD */
struct cdrom_device_info cdi;
/* We hold gendisk and scsi_device references on probe and use
* the refs on this kobj to decide when to release them */
struct kobject kobj;
struct gendisk *disk;
} Scsi_CD;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment