diff options
Diffstat (limited to 'arch/arm/mach-tegra/devices.c')
-rw-r--r-- | arch/arm/mach-tegra/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/devices.c b/arch/arm/mach-tegra/devices.c index bb10c1089533..549db73f1627 100644 --- a/arch/arm/mach-tegra/devices.c +++ b/arch/arm/mach-tegra/devices.c @@ -1324,7 +1324,7 @@ struct platform_device tegra_das_device = { }; #endif -#if defined(CONFIG_TEGRA_IOVMM_GART) +#if defined(CONFIG_TEGRA_IOVMM_GART) || defined(CONFIG_TEGRA_IOMMU_GART) static struct resource tegra_gart_resources[] = { [0] = { .name = "mc", |