diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index db5ef8ae1ab9..3de13df8bcef 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -852,6 +852,7 @@ struct ide_host { | |||
852 | unsigned int (*init_chipset)(struct pci_dev *); | 852 | unsigned int (*init_chipset)(struct pci_dev *); |
853 | unsigned long host_flags; | 853 | unsigned long host_flags; |
854 | void *host_priv; | 854 | void *host_priv; |
855 | ide_hwif_t *cur_port; /* for hosts requiring serialization */ | ||
855 | }; | 856 | }; |
856 | 857 | ||
857 | /* | 858 | /* |