ahci: st: Remove legacy dependencies on PHY
[firefly-linux-kernel-4.4.55.git] / drivers / ata / ahci_st.c
index f5af660835b0870c9e97f62d299777f6dee5df44..a28532aad97b960fba77689701d40c72aacbe6f9 100644 (file)
@@ -16,7 +16,6 @@
 #include <linux/clk.h>
 #include <linux/of.h>
 #include <linux/ahci_platform.h>
-#include <linux/phy/phy.h>
 #include <linux/libata.h>
 #include <linux/reset.h>
 #include <linux/io.h>
@@ -33,7 +32,6 @@
 
 struct st_ahci_drv_data {
        struct platform_device *ahci;
-       struct phy *phy;
        struct reset_control *pwr;
        struct reset_control *sw_rst;
        struct reset_control *pwr_rst;