diff options
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); |
