summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/hal.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/hal.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/hal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/hal.c b/drivers/gpu/nvgpu/gk20a/hal.c
index 52ec108b..7ab4153b 100644
--- a/drivers/gpu/nvgpu/gk20a/hal.c
+++ b/drivers/gpu/nvgpu/gk20a/hal.c
@@ -22,7 +22,7 @@
22#include "nvgpu_gpuid_t18x.h" 22#include "nvgpu_gpuid_t18x.h"
23#endif 23#endif
24 24
25#ifdef CONFIG_ARCH_TEGRA_19x_SOC 25#ifdef CONFIG_TEGRA_19x_GPU
26#include "nvgpu_gpuid_t19x.h" 26#include "nvgpu_gpuid_t19x.h"
27#endif 27#endif
28 28
@@ -55,7 +55,7 @@ int gpu_init_hal(struct gk20a *g)
55 return -ENODEV; 55 return -ENODEV;
56 break; 56 break;
57#endif 57#endif
58#if defined(CONFIG_ARCH_TEGRA_19x_SOC) 58#ifdef CONFIG_TEGRA_19x_GPU
59 case TEGRA_19x_GPUID: 59 case TEGRA_19x_GPUID:
60 if (TEGRA_19x_GPUID_HAL(g)) 60 if (TEGRA_19x_GPUID_HAL(g))
61 return -ENODEV; 61 return -ENODEV;