summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/module.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/module.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/module.c b/drivers/gpu/nvgpu/common/linux/module.c
index cc2b5ec7..b95bac0b 100644
--- a/drivers/gpu/nvgpu/common/linux/module.c
+++ b/drivers/gpu/nvgpu/common/linux/module.c
@@ -52,9 +52,6 @@
52#include "sim.h" 52#include "sim.h"
53#ifdef CONFIG_TEGRA_19x_GPU 53#ifdef CONFIG_TEGRA_19x_GPU
54#include "nvgpu_gpuid_t19x.h" 54#include "nvgpu_gpuid_t19x.h"
55#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION
56#include "vgpu/vgpu_t19x.h"
57#endif
58#endif 55#endif
59 56
60#include "os_linux.h" 57#include "os_linux.h"
@@ -389,8 +386,8 @@ static struct of_device_id tegra_gk20a_of_match[] = {
389 { .compatible = TEGRA_19x_GPU_COMPAT_TEGRA, 386 { .compatible = TEGRA_19x_GPU_COMPAT_TEGRA,
390 .data = &t19x_gpu_tegra_platform }, 387 .data = &t19x_gpu_tegra_platform },
391#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION 388#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION
392 { .compatible = TEGRA_19x_VGPU_COMPAT_TEGRA, 389 { .compatible = "nvidia,gv11b-vgpu",
393 .data = &t19x_vgpu_tegra_platform }, 390 .data = &gv11b_vgpu_tegra_platform},
394#endif 391#endif
395#endif 392#endif
396#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION 393#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION