diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index f65e5649c0e0..6de4ad25531c 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -894,7 +894,7 @@ struct ata_channel { struct pci_dev *pci_dev; /* for pci chipsets */ #endif struct ata_device drives[MAX_DRIVES]; /* drive info */ - struct gendisk *gd; /* gendisk structure */ + struct gendisk *gd[MAX_DRIVES]; /* gendisk structure */ /* * Routines to tune PIO and DMA mode for drives. |
