summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 860f4d38..843a9e91 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -76,11 +76,6 @@ struct nvgpu_cpu_time_correlation_sample;
76#endif 76#endif
77#include "ecc_gk20a.h" 77#include "ecc_gk20a.h"
78 78
79#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 18, 0)
80#define WRITE_ONCE(x, val) \
81 x = val
82#endif
83
84struct page_alloc_chunk; 79struct page_alloc_chunk;
85 80
86/* PTIMER_REF_FREQ_HZ corresponds to a period of 32 nanoseconds. 81/* PTIMER_REF_FREQ_HZ corresponds to a period of 32 nanoseconds.