diff options
author | Borislav Petkov <petkovbb@gmail.com> | 2009-01-06 11:20:58 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-01-06 11:20:58 -0500 |
commit | d6251d4488a361c93da2398818e1ec69cffb6073 (patch) | |
tree | 25ce4225e9a0fd0ade887580d225a583b80fe9f2 /include/linux/ide.h | |
parent | 1e91477aa335fc1c97eb15649ed1a1714cc758ec (diff) |
ide-cd: convert to ide-atapi facilities
... and remove no longer needed cdrom_start_packet_command and
cdrom_transfer_packet_command.
Tested lightly with ide-cd and ide-floppy.
Signed-off-by: Borislav Petkov <petkovbb@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 4cecd923fc79..13deba5e0157 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -654,6 +654,8 @@ struct ide_drive_s { | |||
654 | int (*pc_io_buffers)(struct ide_drive_s *, struct ide_atapi_pc *, | 654 | int (*pc_io_buffers)(struct ide_drive_s *, struct ide_atapi_pc *, |
655 | unsigned int, int); | 655 | unsigned int, int); |
656 | 656 | ||
657 | ide_startstop_t (*irq_handler)(struct ide_drive_s *); | ||
658 | |||
657 | unsigned long atapi_flags; | 659 | unsigned long atapi_flags; |
658 | 660 | ||
659 | struct ide_atapi_pc request_sense_pc; | 661 | struct ide_atapi_pc request_sense_pc; |