From 26deb61b3b12c8f876133b78e64575d1478d0c95 Mon Sep 17 00:00:00 2001 From: Deepak Nibade Date: Mon, 17 Apr 2017 14:47:26 +0530 Subject: gpu: nvgpu: Add wrapper nvgpu/kref.h Add wrapper header file nvgpu/kref.h. It #includes in Linux. JIRA NVGPU-13 Change-Id: Ib8b002268b1960646986551ecb9f286e1e21e7f6 Signed-off-by: Deepak Nibade Reviewed-on: http://git-master/r/1463770 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gk20a/fence_gk20a.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gk20a/fence_gk20a.h') 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 @@ #ifndef _GK20A_FENCE_H_ #define _GK20A_FENCE_H_ -#include #include +#include + struct platform_device; struct sync_timeline; struct sync_fence; -- cgit v1.2.2