summaryrefslogtreecommitdiff
path: root/drivers/pci/host
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2016-10-06 18:35:17 (GMT)
committerBjorn Helgaas <bhelgaas@google.com>2016-10-12 03:03:40 (GMT)
commit51c84709b8c4065fe83b84a487fe7822c2271e77 (patch)
tree344023a43a10f014387bc110efd9151783058ef9 /drivers/pci/host
parentc5af40747c0044a974b9b0d24530b84429f5dce9 (diff)
downloadlinux-51c84709b8c4065fe83b84a487fe7822c2271e77.tar.xz
PCI: imx6: Removed unused struct imx6_pcie.mem_base
Removed the unused struct imx6_pcie.mem_base member. No functional change intended. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/host')
-rw-r--r--drivers/pci/host/pci-imx6.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/host/pci-imx6.c b/drivers/pci/host/pci-imx6.c
index e20e9e8..7af64b2 100644
--- a/drivers/pci/host/pci-imx6.c
+++ b/drivers/pci/host/pci-imx6.c
@@ -48,7 +48,6 @@ struct imx6_pcie {
struct pcie_port pp;
struct regmap *iomuxc_gpr;
enum imx6_pcie_variants variant;
- void __iomem *mem_base;
u32 tx_deemph_gen1;
u32 tx_deemph_gen2_3p5db;
u32 tx_deemph_gen2_6db;