summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 2e40a675..a3bbe034 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -71,7 +71,7 @@
71#include "nvgpu_gpuid_t18x.h" 71#include "nvgpu_gpuid_t18x.h"
72#endif 72#endif
73 73
74#ifdef CONFIG_ARCH_TEGRA_19x_SOC 74#ifdef CONFIG_TEGRA_19x_GPU
75#include "nvgpu_gpuid_t19x.h" 75#include "nvgpu_gpuid_t19x.h"
76#endif 76#endif
77 77
@@ -933,7 +933,7 @@ static struct of_device_id tegra_gk20a_of_match[] = {
933 { .compatible = TEGRA_18x_GPU_COMPAT_TEGRA, 933 { .compatible = TEGRA_18x_GPU_COMPAT_TEGRA,
934 .data = &t18x_gpu_tegra_platform }, 934 .data = &t18x_gpu_tegra_platform },
935#endif 935#endif
936#ifdef CONFIG_ARCH_TEGRA_19x_SOC 936#ifdef CONFIG_TEGRA_19x_GPU
937 { .compatible = TEGRA_19x_GPU_COMPAT_TEGRA, 937 { .compatible = TEGRA_19x_GPU_COMPAT_TEGRA,
938 .data = &t19x_gpu_tegra_platform }, 938 .data = &t19x_gpu_tegra_platform },
939#endif 939#endif