diff options
Diffstat (limited to 'drivers/ata/ahci.h')
-rw-r--r-- | drivers/ata/ahci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/ahci.h b/drivers/ata/ahci.h index 1609ebab4e23..6a1515f0da40 100644 --- a/drivers/ata/ahci.h +++ b/drivers/ata/ahci.h | |||
@@ -350,6 +350,7 @@ struct ahci_host_priv { | |||
350 | u32 em_msg_type; /* EM message type */ | 350 | u32 em_msg_type; /* EM message type */ |
351 | bool got_runtime_pm; /* Did we do pm_runtime_get? */ | 351 | bool got_runtime_pm; /* Did we do pm_runtime_get? */ |
352 | struct clk *clks[AHCI_MAX_CLKS]; /* Optional */ | 352 | struct clk *clks[AHCI_MAX_CLKS]; /* Optional */ |
353 | struct reset_control *rsts; /* Optional */ | ||
353 | struct regulator **target_pwrs; /* Optional */ | 354 | struct regulator **target_pwrs; /* Optional */ |
354 | /* | 355 | /* |
355 | * If platform uses PHYs. There is a 1:1 relation between the port number and | 356 | * If platform uses PHYs. There is a 1:1 relation between the port number and |