aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/ide.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 849447572a6b..2c28fb75915a 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -626,7 +626,6 @@ typedef struct hwif_s {
626/* 626/*
627 * internal ide interrupt handler type 627 * internal ide interrupt handler type
628 */ 628 */
629typedef ide_startstop_t (ide_pre_handler_t)(ide_drive_t *, struct request *);
630typedef ide_startstop_t (ide_handler_t)(ide_drive_t *); 629typedef ide_startstop_t (ide_handler_t)(ide_drive_t *);
631typedef int (ide_expiry_t)(ide_drive_t *); 630typedef int (ide_expiry_t)(ide_drive_t *);
632 631
@@ -950,7 +949,6 @@ typedef struct ide_task_s {
950 }; 949 };
951 u32 tf_flags; 950 u32 tf_flags;
952 int data_phase; 951 int data_phase;
953 ide_pre_handler_t *prehandler;
954 ide_handler_t *handler; 952 ide_handler_t *handler;
955 struct request *rq; /* copy of request */ 953 struct request *rq; /* copy of request */
956 void *special; /* valid_t generally */ 954 void *special; /* valid_t generally */