summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorBenjamin LaHaise <bcrl@redhat.com>2002-10-10 05:33:37 -0400
committerBenjamin LaHaise <bcrl@redhat.com>2002-10-10 05:33:37 -0400
commit994b3fb017e7ea4a1124b79a257fdf69dbbea16f (patch)
tree692e5e965b1dbbd63e111296a427a727284e10c6 /include/linux
parentecb796f5bc603e978b41e868f2f234a249ab288c (diff)
parent469d2810663a7084344107cd702dabeeb7e261ed (diff)
Merge redhat.com:/md0/linus-2.5 into redhat.com:/md0/aio-2.5
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/ide.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 0655a585300f..44cb38c00b96 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -794,6 +794,7 @@ typedef struct ide_drive_s {
int lun; /* logical unit */
int crc_count; /* crc counter to reduce drive speed */
struct list_head list;
+ struct device gendev;
struct gendisk *disk;
} ide_drive_t;
@@ -1199,6 +1200,7 @@ typedef struct ide_driver_s {
int (*attach)(ide_drive_t *);
void (*ata_prebuilder)(ide_drive_t *);
void (*atapi_prebuilder)(ide_drive_t *);
+ struct device_driver gen_driver;
struct list_head drives;
struct list_head drivers;
} ide_driver_t;