diff options
author | Elias Oltmanns <eo@nebensachen.de> | 2008-07-16 14:33:48 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-16 14:33:48 -0400 |
commit | 3ef5eb424ebf0cd981192a416358fd707a9f959b (patch) | |
tree | 12b255c4b62c0cbd7b0ce1fb3c6c6ece0d81d60d /include | |
parent | 79e36a9f54aaf4a52eb2d9520953aa3960e99294 (diff) |
IDE: Remove unused code
Remove some code which has been made obsolete and hasn't worked properly
before anyway. Part of the infrastructure may be reintroduced in a
follow up patch to implement a working command aborting facility.
Signed-off-by: Elias Oltmanns <eo@nebensachen.de>
Cc: "Alan Cox" <alan@lxorguk.ukuu.org.uk>
Cc: "Randy Dunlap" <randy.dunlap@oracle.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ide.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 021710cc1b1c..4726126f5a59 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -571,8 +571,6 @@ typedef struct hwgroup_s { | |||
571 | unsigned int sleeping : 1; | 571 | unsigned int sleeping : 1; |
572 | /* BOOL: polling active & poll_timeout field valid */ | 572 | /* BOOL: polling active & poll_timeout field valid */ |
573 | unsigned int polling : 1; | 573 | unsigned int polling : 1; |
574 | /* BOOL: in a polling reset situation. Must not trigger another reset yet */ | ||
575 | unsigned int resetting : 1; | ||
576 | 574 | ||
577 | /* current drive */ | 575 | /* current drive */ |
578 | ide_drive_t *drive; | 576 | ide_drive_t *drive; |
@@ -792,7 +790,6 @@ struct ide_driver_s { | |||
792 | ide_startstop_t (*do_request)(ide_drive_t *, struct request *, sector_t); | 790 | ide_startstop_t (*do_request)(ide_drive_t *, struct request *, sector_t); |
793 | int (*end_request)(ide_drive_t *, int, int); | 791 | int (*end_request)(ide_drive_t *, int, int); |
794 | ide_startstop_t (*error)(ide_drive_t *, struct request *rq, u8, u8); | 792 | ide_startstop_t (*error)(ide_drive_t *, struct request *rq, u8, u8); |
795 | ide_startstop_t (*abort)(ide_drive_t *, struct request *rq); | ||
796 | struct device_driver gen_driver; | 793 | struct device_driver gen_driver; |
797 | int (*probe)(ide_drive_t *); | 794 | int (*probe)(ide_drive_t *); |
798 | void (*remove)(ide_drive_t *); | 795 | void (*remove)(ide_drive_t *); |
@@ -834,10 +831,6 @@ ide_startstop_t __ide_error(ide_drive_t *, struct request *, u8, u8); | |||
834 | 831 | ||
835 | ide_startstop_t ide_error (ide_drive_t *drive, const char *msg, byte stat); | 832 | ide_startstop_t ide_error (ide_drive_t *drive, const char *msg, byte stat); |
836 | 833 | ||
837 | ide_startstop_t __ide_abort(ide_drive_t *, struct request *); | ||
838 | |||
839 | extern ide_startstop_t ide_abort(ide_drive_t *, const char *); | ||
840 | |||
841 | extern void ide_fix_driveid(struct hd_driveid *); | 834 | extern void ide_fix_driveid(struct hd_driveid *); |
842 | 835 | ||
843 | extern void ide_fixstring(u8 *, const int, const int); | 836 | extern void ide_fixstring(u8 *, const int, const int); |