gpu: nvgpu: resolve missing -ENOSYS error

Added the header #include <nvgpu/errno.h> in os_fence.h

Bug 200414723

Change-Id: I2a4290d2b9f80fdb66665ff4c8e8f3f163b9f2c3
Signed-off-by: Debarshi Dutta <ddutta@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1721543
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Konsta Holtta <kholtta@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Debarshi Dutta
2018-05-17 12:37:47 +05:30
committed by mobile promotions
parent d2f41c8746
commit 2bc421dd52

View File

@@ -25,6 +25,8 @@
#ifndef __NVGPU_OS_FENCE__ #ifndef __NVGPU_OS_FENCE__
#define __NVGPU_OS_FENCE__ #define __NVGPU_OS_FENCE__
#include <nvgpu/errno.h>
struct nvgpu_semaphore; struct nvgpu_semaphore;
struct channel_gk20a; struct channel_gk20a;
struct priv_cmd_entry; struct priv_cmd_entry;