diff options
author | Niklas Cassel <niklas.cassel@axis.com> | 2017-12-20 00:29:31 +0100 |
---|---|---|
committer | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | 2017-12-21 11:10:31 +0000 |
commit | 68b673a039195f47d640b585c3b74710ed0f155b (patch) | |
tree | ed8948ddab0b515b37abc08fc4989e1b29ba9599 /drivers | |
parent | f1aba0a0de55c72cded9a8951ef30680e7f46389 (diff) | |
download | linux-68b673a039195f47d640b585c3b74710ed0f155b.tar.bz2 |
PCI: dwc: artpec6: Remove unused defines
Commit b015b37e6693 ("PCI: artpec6: Stop enabling writes to
DBI read-only registers") removed the only write using these
defines, but it did not remove the defines.
Remove the defines since they are now unused.
Signed-off-by: Niklas Cassel <niklas.cassel@axis.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/pci/dwc/pcie-artpec6.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/pci/dwc/pcie-artpec6.c b/drivers/pci/dwc/pcie-artpec6.c index 6653619db6a1..4b8ef266dc2f 100644 --- a/drivers/pci/dwc/pcie-artpec6.c +++ b/drivers/pci/dwc/pcie-artpec6.c @@ -37,9 +37,6 @@ struct artpec6_pcie { #define PCIE_PHY_DEBUG_R0 (PL_OFFSET + 0x28) #define PCIE_PHY_DEBUG_R1 (PL_OFFSET + 0x2c) -#define MISC_CONTROL_1_OFF (PL_OFFSET + 0x1bc) -#define DBI_RO_WR_EN 1 - /* ARTPEC-6 specific registers */ #define PCIECFG 0x18 #define PCIECFG_DBG_OEN (1 << 24) |