aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/libata.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r--include/linux/libata.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 61eea5795d5a..f03b8664af11 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -356,7 +356,8 @@ struct ata_host_set {
356 unsigned long flags; 356 unsigned long flags;
357 int simplex_claimed; /* Keep seperate in case we 357 int simplex_claimed; /* Keep seperate in case we
358 ever need to do this locked */ 358 ever need to do this locked */
359 struct ata_port * ports[0]; 359 struct ata_host_set *next; /* for legacy mode */
360 struct ata_port *ports[0];
360}; 361};
361 362
362struct ata_queued_cmd { 363struct ata_queued_cmd {