From 5fb2804d189397d092e36ef8ce4a38afcad40c93 Mon Sep 17 00:00:00 2001 From: Sourab Gupta Date: Mon, 30 Oct 2017 09:06:15 +0530 Subject: gpu: nvgpu: add RMOS include path for rwsem.h The patch adds include path for rmos header file pertaining to rwsem.h Change-Id: I7f9cfac38e971e1d78e76968911df72669598b9d Signed-off-by: Sourab Gupta Reviewed-on: https://git-master.nvidia.com/r/1591108 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Shashank Singh Reviewed-by: Deepak Nibade GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/include/nvgpu/rwsem.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers') diff --git a/drivers/gpu/nvgpu/include/nvgpu/rwsem.h b/drivers/gpu/nvgpu/include/nvgpu/rwsem.h index d37c11a8..0366ceff 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/rwsem.h +++ b/drivers/gpu/nvgpu/include/nvgpu/rwsem.h @@ -24,6 +24,8 @@ #ifdef __KERNEL__ #include +#else +#include #endif /* -- cgit v1.2.2