diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-10-13 15:39:32 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-10-13 15:39:32 -0400 |
commit | 6b0da28b2d0f4f4e2c55689fc062db569075ff60 (patch) | |
tree | e7113f6db70fe3c2dd16bd2e7e1538fba4236c49 /drivers/ide/ide-floppy.h | |
parent | 67c56364df843fb9e3ed1af014b8fbe4b22ff25d (diff) |
ide: add ide_retry_pc() helper
* Add ide_create_request_sense_cmd() and ide_retry_pc() helpers
and convert ide-{atapi,floppy,tape}.c to use them.
* Remove no longer used ide*_create_request_sense_cmd(),
ide*_retry_pc() and 'retry_pc' argument from ide_pc_intr().
* Make ide_queue_pc_head() static.
There should be no functional changes caused by this patch.
Cc: Borislav Petkov <petkovbb@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/ide-floppy.h')
-rw-r--r-- | drivers/ide/ide-floppy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ide/ide-floppy.h b/drivers/ide/ide-floppy.h index e9e14c30fed7..ced5ceb474de 100644 --- a/drivers/ide/ide-floppy.h +++ b/drivers/ide/ide-floppy.h | |||
@@ -49,7 +49,6 @@ typedef struct ide_floppy_obj { | |||
49 | /* ide-floppy.c */ | 49 | /* ide-floppy.c */ |
50 | void ide_floppy_create_mode_sense_cmd(struct ide_atapi_pc *, u8); | 50 | void ide_floppy_create_mode_sense_cmd(struct ide_atapi_pc *, u8); |
51 | void ide_floppy_create_read_capacity_cmd(struct ide_atapi_pc *); | 51 | void ide_floppy_create_read_capacity_cmd(struct ide_atapi_pc *); |
52 | void ide_floppy_create_request_sense_cmd(struct ide_atapi_pc *); | ||
53 | 52 | ||
54 | /* ide-floppy_ioctl.c */ | 53 | /* ide-floppy_ioctl.c */ |
55 | int ide_floppy_format_ioctl(ide_drive_t *, struct file *, unsigned int, | 54 | int ide_floppy_format_ioctl(ide_drive_t *, struct file *, unsigned int, |