aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci_st.c
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2014-03-12 12:39:39 +0000
committerTejun Heo <tj@kernel.org>2014-03-14 09:21:05 -0400
commitc51a848973da8b347191c0e317da3b912c2cdb6a (patch)
tree481e06714a8998b395b4c94e64902d77b0df820c /drivers/ata/ahci_st.c
parentahci: st: Standardise naming conventions (diff)
downloadlinux-dev-c51a848973da8b347191c0e317da3b912c2cdb6a.tar.xz
linux-dev-c51a848973da8b347191c0e317da3b912c2cdb6a.zip
ahci: st: Remove legacy dependencies on PHY
Suggested-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/ahci_st.c')
-rw-r--r--drivers/ata/ahci_st.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ata/ahci_st.c b/drivers/ata/ahci_st.c
index f5af660835b0..a28532aad97b 100644
--- a/drivers/ata/ahci_st.c
+++ b/drivers/ata/ahci_st.c
@@ -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;