diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-10-10 16:39:29 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-10-10 16:39:29 -0400 |
commit | 02d599a365d04658bc9ea71762ed17c895079927 (patch) | |
tree | d6ea4634b2593ce1c71d66d869d1110c0ff3bbff /include/linux | |
parent | ebc6be520673f65aef188abde43972f9cd2162e9 (diff) |
ide: remove ->supports_dsc_overlap field from ide_driver_t
* Use drive->media and drive->scsi to check if ->dsc_overlap
can be set by HDIO_SET_NICE ioctl in generic_ide_ioctl().
* Remove unused ->supports_dsc_overlap field from ide_driver_t.
There should be no functional changes caused by this patch.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/ide.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 9cb935f2e7ce..e5622bb5a4a1 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -912,7 +912,6 @@ enum { | |||
912 | struct ide_driver_s { | 912 | struct ide_driver_s { |
913 | const char *version; | 913 | const char *version; |
914 | u8 media; | 914 | u8 media; |
915 | unsigned supports_dsc_overlap : 1; | ||
916 | ide_startstop_t (*do_request)(ide_drive_t *, struct request *, sector_t); | 915 | ide_startstop_t (*do_request)(ide_drive_t *, struct request *, sector_t); |
917 | int (*end_request)(ide_drive_t *, int, int); | 916 | int (*end_request)(ide_drive_t *, int, int); |
918 | ide_startstop_t (*error)(ide_drive_t *, struct request *rq, u8, u8); | 917 | ide_startstop_t (*error)(ide_drive_t *, struct request *rq, u8, u8); |