diff options
author | Andrey Smirnov | 2019-04-15 02:46:25 +0200 |
---|---|---|
committer | Lorenzo Pieralisi | 2019-05-01 12:35:47 +0200 |
commit | 680728e4cbee8ede008373c56fe6978946080008 (patch) | |
tree | 3fb6d88538b8ab303ce8feb8efd3e16dfd6f399b /drivers/pci/controller/dwc/pci-imx6.c | |
parent | PCI: imx6: Return -ETIMEOUT from imx6_pcie_wait_for_speed_change() (diff) | |
download | kernel-qcow2-linux-680728e4cbee8ede008373c56fe6978946080008.tar.gz kernel-qcow2-linux-680728e4cbee8ede008373c56fe6978946080008.tar.xz kernel-qcow2-linux-680728e4cbee8ede008373c56fe6978946080008.zip |
PCI: imx6: Remove PCIE_PL_PFLR_* constants
Code using these constants was removed in commit a71280722eeb ("PCI:
imx6: Remove LTSSM disable workaround"). No functional change
intended.
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: Chris Healy <cphealy@gmail.com>
Cc: Lucas Stach <l.stach@pengutronix.de>
Cc: linux-kernel@vger.kernel.org
Cc: linux-pci@vger.kernel.org
Diffstat (limited to 'drivers/pci/controller/dwc/pci-imx6.c')
-rw-r--r-- | drivers/pci/controller/dwc/pci-imx6.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/pci/controller/dwc/pci-imx6.c b/drivers/pci/controller/dwc/pci-imx6.c index 021ef121a058..c0867df090f5 100644 --- a/drivers/pci/controller/dwc/pci-imx6.c +++ b/drivers/pci/controller/dwc/pci-imx6.c @@ -103,9 +103,6 @@ struct imx6_pcie { /* PCIe Port Logic registers (memory-mapped) */ #define PL_OFFSET 0x700 -#define PCIE_PL_PFLR (PL_OFFSET + 0x08) -#define PCIE_PL_PFLR_LINK_STATE_MASK (0x3f << 16) -#define PCIE_PL_PFLR_FORCE_LINK (1 << 15) #define PCIE_PHY_DEBUG_R0 (PL_OFFSET + 0x28) #define PCIE_PHY_DEBUG_R1 (PL_OFFSET + 0x2c) |