summaryrefslogtreecommitdiffstats
path: root/drivers/amba/tegra-ahb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/amba/tegra-ahb.c')
-rw-r--r--drivers/amba/tegra-ahb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/amba/tegra-ahb.c b/drivers/amba/tegra-ahb.c
index ab92785f54dc..093c43554963 100644
--- a/drivers/amba/tegra-ahb.c
+++ b/drivers/amba/tegra-ahb.c
@@ -130,7 +130,7 @@ static inline void gizmo_writel(struct tegra_ahb *ahb, u32 value, u32 offset)
130 writel(value, ahb->regs + offset); 130 writel(value, ahb->regs + offset);
131} 131}
132 132
133#ifdef CONFIG_ARCH_TEGRA_3x_SOC 133#ifdef CONFIG_TEGRA_IOMMU_SMMU
134static int tegra_ahb_match_by_smmu(struct device *dev, void *data) 134static int tegra_ahb_match_by_smmu(struct device *dev, void *data)
135{ 135{
136 struct tegra_ahb *ahb = dev_get_drvdata(dev); 136 struct tegra_ahb *ahb = dev_get_drvdata(dev);