diff options
-rw-r--r-- | drivers/ide/ide-cd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/ide/ide-cd.c b/drivers/ide/ide-cd.c index 945d730617c8..8dea991ccee7 100644 --- a/drivers/ide/ide-cd.c +++ b/drivers/ide/ide-cd.c | |||
@@ -684,10 +684,6 @@ static ide_startstop_t cdrom_start_packet_command(ide_drive_t *drive, | |||
684 | by cdrom_start_packet_command. | 684 | by cdrom_start_packet_command. |
685 | HANDLER is the interrupt handler to call when the command completes | 685 | HANDLER is the interrupt handler to call when the command completes |
686 | or there's data ready. */ | 686 | or there's data ready. */ |
687 | /* | ||
688 | * changed 5 parameters to 3 for dvd-ram | ||
689 | * struct packet_command *pc; now packet_command_t *pc; | ||
690 | */ | ||
691 | #define ATAPI_MIN_CDB_BYTES 12 | 687 | #define ATAPI_MIN_CDB_BYTES 12 |
692 | static ide_startstop_t cdrom_transfer_packet_command (ide_drive_t *drive, | 688 | static ide_startstop_t cdrom_transfer_packet_command (ide_drive_t *drive, |
693 | struct request *rq, | 689 | struct request *rq, |