aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 230bd9dd851d..7fd1ec135510 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1029,7 +1029,6 @@ enum {
1029 */ 1029 */
1030struct ide_driver_s { 1030struct ide_driver_s {
1031 const char *version; 1031 const char *version;
1032 u8 media;
1033 ide_startstop_t (*do_request)(ide_drive_t *, struct request *, sector_t); 1032 ide_startstop_t (*do_request)(ide_drive_t *, struct request *, sector_t);
1034 int (*end_request)(ide_drive_t *, int, int); 1033 int (*end_request)(ide_drive_t *, int, int);
1035 ide_startstop_t (*error)(ide_drive_t *, struct request *rq, u8, u8); 1034 ide_startstop_t (*error)(ide_drive_t *, struct request *rq, u8, u8);