]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/ata/ahci.h
ata: libahci: Allow using multiple regulators
[karo-tx-linux.git] / drivers / ata / ahci.h
index 40f0e34f17af38e84167f79c162bf3b5922004ed..275358ae0b3f643f2155052fca22ae244b853f72 100644 (file)
@@ -333,7 +333,7 @@ struct ahci_host_priv {
        u32                     em_msg_type;    /* EM message type */
        bool                    got_runtime_pm; /* Did we do pm_runtime_get? */
        struct clk              *clks[AHCI_MAX_CLKS]; /* Optional */
-       struct regulator        *target_pwr;    /* Optional */
+       struct regulator        **target_pwrs;  /* Optional */
        /*
         * If platform uses PHYs. There is a 1:1 relation between the port number and
         * the PHY position in this array.