diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-10-13 15:39:37 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-10-13 15:39:37 -0400 |
commit | 0ae4b3199ab1b6d511c6e0948e92049c272a346a (patch) | |
tree | 73840e552453e1ef260de880aa8214a65227aa57 /include | |
parent | c39220483ebe6871fb129d4b2236cd95290c41fc (diff) |
ide: remove superfluous ->media field from ide_driver_t
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include')
-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 230bd9dd851d..7fd1ec135510 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1029,7 +1029,6 @@ enum { | |||
1029 | */ | 1029 | */ |
1030 | struct ide_driver_s { | 1030 | struct 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); |