diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/libata.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index e7d163edb4c0..d3defae689ca 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -368,8 +368,6 @@ struct ata_ioports { | |||
368 | struct ata_host { | 368 | struct ata_host { |
369 | spinlock_t lock; | 369 | spinlock_t lock; |
370 | struct device *dev; | 370 | struct device *dev; |
371 | unsigned long irq; | ||
372 | unsigned long irq2; | ||
373 | void __iomem * const *iomap; | 371 | void __iomem * const *iomap; |
374 | unsigned int n_ports; | 372 | unsigned int n_ports; |
375 | void *private_data; | 373 | void *private_data; |
@@ -969,6 +967,16 @@ static inline void ata_ehi_hotplugged(struct ata_eh_info *ehi) | |||
969 | } | 967 | } |
970 | 968 | ||
971 | /* | 969 | /* |
970 | * port description helpers | ||
971 | */ | ||
972 | extern void ata_port_desc(struct ata_port *ap, const char *fmt, ...) | ||
973 | __attribute__ ((format (printf, 2, 3))); | ||
974 | #ifdef CONFIG_PCI | ||
975 | extern void ata_port_pbar_desc(struct ata_port *ap, int bar, ssize_t offset, | ||
976 | const char *name); | ||
977 | #endif | ||
978 | |||
979 | /* | ||
972 | * qc helpers | 980 | * qc helpers |
973 | */ | 981 | */ |
974 | static inline int | 982 | static inline int |