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 9cb935f2e7ce..e5622bb5a4a1 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -912,7 +912,6 @@ enum {
912struct ide_driver_s { 912struct ide_driver_s {
913 const char *version; 913 const char *version;
914 u8 media; 914 u8 media;
915 unsigned supports_dsc_overlap : 1;
916 ide_startstop_t (*do_request)(ide_drive_t *, struct request *, sector_t); 915 ide_startstop_t (*do_request)(ide_drive_t *, struct request *, sector_t);
917 int (*end_request)(ide_drive_t *, int, int); 916 int (*end_request)(ide_drive_t *, int, int);
918 ide_startstop_t (*error)(ide_drive_t *, struct request *rq, u8, u8); 917 ide_startstop_t (*error)(ide_drive_t *, struct request *rq, u8, u8);