diff options
author | Borislav Petkov <petkovbb@gmail.com> | 2009-01-06 17:20:58 +0100 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-01-06 17:20:58 +0100 |
commit | d6251d4488a361c93da2398818e1ec69cffb6073 (patch) | |
tree | 25ce4225e9a0fd0ade887580d225a583b80fe9f2 /include | |
parent | 1e91477aa335fc1c97eb15649ed1a1714cc758ec (diff) | |
download | talos-op-linux-d6251d4488a361c93da2398818e1ec69cffb6073.tar.gz talos-op-linux-d6251d4488a361c93da2398818e1ec69cffb6073.zip |
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')
-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 { int (*pc_io_buffers)(struct ide_drive_s *, struct ide_atapi_pc *, unsigned int, int); + ide_startstop_t (*irq_handler)(struct ide_drive_s *); + unsigned long atapi_flags; struct ide_atapi_pc request_sense_pc; |