Loading drivers/ata/Kconfig +0 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,6 @@ config SATA_AHCI_PLATFORM config AHCI_ST tristate "ST AHCI SATA support" depends on SATA_AHCI_PLATFORM select GENERIC_PHY help This option enables support for ST AHCI SATA controller. Loading drivers/ata/ahci_st.c +0 −2 Original line number Diff line number Diff line Loading @@ -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> Loading @@ -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; Loading Loading
drivers/ata/Kconfig +0 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,6 @@ config SATA_AHCI_PLATFORM config AHCI_ST tristate "ST AHCI SATA support" depends on SATA_AHCI_PLATFORM select GENERIC_PHY help This option enables support for ST AHCI SATA controller. Loading
drivers/ata/ahci_st.c +0 −2 Original line number Diff line number Diff line Loading @@ -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> Loading @@ -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; Loading