aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/libata.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 8715305f611f..ff67e7524fe9 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -361,6 +361,14 @@ struct ata_probe_ent {
361 unsigned long _host_flags; 361 unsigned long _host_flags;
362 void __iomem *mmio_base; 362 void __iomem *mmio_base;
363 void *private_data; 363 void *private_data;
364
365 /* port_info for the secondary port. Together with irq2, it's
366 * used to implement non-uniform secondary port. Currently,
367 * the only user is ata_piix combined mode. This workaround
368 * will be removed together with ata_probe_ent when init model
369 * is updated.
370 */
371 const struct ata_port_info *pinfo2;
364}; 372};
365 373
366struct ata_host { 374struct ata_host {