summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/vm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/vm.h b/drivers/gpu/nvgpu/include/nvgpu/vm.h
index d501b98f..abb297ab 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/vm.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/vm.h
@@ -47,6 +47,7 @@ struct nvgpu_os_buffer;
47#include <nvgpu/linux/vm.h> 47#include <nvgpu/linux/vm.h>
48#else 48#else
49/* QNX include goes here. */ 49/* QNX include goes here. */
50#include <nvgpu_rmos/include/vm.h>
50#endif 51#endif
51 52
52/** 53/**