aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/ahci.h')
-rw-r--r--drivers/ata/ahci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/ahci.h b/drivers/ata/ahci.h
index c12862bd48ee..bf8100c51142 100644
--- a/drivers/ata/ahci.h
+++ b/drivers/ata/ahci.h
@@ -37,6 +37,7 @@
37 37
38#include <linux/clk.h> 38#include <linux/clk.h>
39#include <linux/libata.h> 39#include <linux/libata.h>
40#include <linux/regulator/consumer.h>
40 41
41/* Enclosure Management Control */ 42/* Enclosure Management Control */
42#define EM_CTRL_MSG_TYPE 0x000f0000 43#define EM_CTRL_MSG_TYPE 0x000f0000
@@ -323,6 +324,7 @@ struct ahci_host_priv {
323 u32 em_buf_sz; /* EM buffer size in byte */ 324 u32 em_buf_sz; /* EM buffer size in byte */
324 u32 em_msg_type; /* EM message type */ 325 u32 em_msg_type; /* EM message type */
325 struct clk *clks[AHCI_MAX_CLKS]; /* Optional */ 326 struct clk *clks[AHCI_MAX_CLKS]; /* Optional */
327 struct regulator *target_pwr; /* Optional */
326 void *plat_data; /* Other platform data */ 328 void *plat_data; /* Other platform data */
327 /* 329 /*
328 * Optional ahci_start_engine override, if not set this gets set to the 330 * Optional ahci_start_engine override, if not set this gets set to the