mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 09:57:08 +03:00
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:
committed by
mobile promotions
parent
d2f41c8746
commit
2bc421dd52
@@ -25,6 +25,8 @@
|
||||
#ifndef __NVGPU_OS_FENCE__
|
||||
#define __NVGPU_OS_FENCE__
|
||||
|
||||
#include <nvgpu/errno.h>
|
||||
|
||||
struct nvgpu_semaphore;
|
||||
struct channel_gk20a;
|
||||
struct priv_cmd_entry;
|
||||
|
||||
Reference in New Issue
Block a user