summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fence_gk20a.h
diff options
context:
space:
mode:
authorDeepak Nibade <dnibade@nvidia.com>2017-04-17 05:17:26 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-04-17 20:36:20 -0400
commit26deb61b3b12c8f876133b78e64575d1478d0c95 (patch)
treef948d6f778388d18f420bcfa1ac48e0c4560a6ab /drivers/gpu/nvgpu/gk20a/fence_gk20a.h
parent001f19af433b5909e56e8565c3fab6d63a066709 (diff)
gpu: nvgpu: Add wrapper nvgpu/kref.h
Add wrapper header file nvgpu/kref.h. It #includes <linux/kref.h> in Linux. JIRA NVGPU-13 Change-Id: Ib8b002268b1960646986551ecb9f286e1e21e7f6 Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: http://git-master/r/1463770 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fence_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fence_gk20a.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fence_gk20a.h b/drivers/gpu/nvgpu/gk20a/fence_gk20a.h
index 77dae9a7..c26cd250 100644
--- a/drivers/gpu/nvgpu/gk20a/fence_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fence_gk20a.h
@@ -17,9 +17,10 @@
17#ifndef _GK20A_FENCE_H_ 17#ifndef _GK20A_FENCE_H_
18#define _GK20A_FENCE_H_ 18#define _GK20A_FENCE_H_
19 19
20#include <linux/kref.h>
21#include <linux/wait.h> 20#include <linux/wait.h>
22 21
22#include <nvgpu/kref.h>
23
23struct platform_device; 24struct platform_device;
24struct sync_timeline; 25struct sync_timeline;
25struct sync_fence; 26struct sync_fence;