summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/timers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/timers.h b/drivers/gpu/nvgpu/include/nvgpu/timers.h
index be903e54..5265437e 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/timers.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/timers.h
@@ -50,7 +50,7 @@ struct nvgpu_timeout {
50 unsigned int flags; 50 unsigned int flags;
51 51
52 union { 52 union {
53 unsigned long time; 53 s64 time;
54 struct { 54 struct {
55 int max; 55 int max;
56 int attempted; 56 int attempted;