diff options
| author | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-10-08 21:54:16 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-10-08 21:54:16 -0700 |
| commit | ff64a6e3b885d967422a2468cefdfbaeae097dd8 (patch) | |
| tree | ae9c3afba0578c8de333db969e25c1ffa89e873a /include/linux | |
| parent | e38e1e7fd9c2efd5cde15312e0ec484dbf414a7e (diff) | |
| parent | ef1e58e7aa39934bee7801d5c7bb3834cdab833b (diff) | |
Merge bk://ldm.bkbits.net/linux-2.5-ide
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ide.h | 2 |
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; |
