From a6fd69993189436873bd5e6008a6a7433a3afe1d Mon Sep 17 00:00:00 2001 From: Deepak Nibade Date: Tue, 18 Apr 2017 18:16:58 +0530 Subject: gpu: nvgpu: Add wrapper nvgpu/log2.h Add wrapper header file nvgpu/log2.h. It #includes in Linux. JIRA NVGPU-13 Change-Id: Ie434e62f7ef2dce7692b1c2c12b4ad6453f1534a Signed-off-by: Deepak Nibade Reviewed-on: http://git-master/r/1464719 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gk20a/fifo_gk20a.c | 1 + drivers/gpu/nvgpu/gk20a/mm_gk20a.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gk20a') diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c index 519fa509..12bb3688 100644 --- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c +++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c @@ -31,6 +31,7 @@ #include #include #include +#include #include "gk20a.h" #include "debug_gk20a.h" diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c index e16b77b7..1db52c85 100644 --- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c +++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c @@ -16,7 +16,6 @@ * along with this program. If not, see . */ -#include #include #include #include @@ -37,6 +36,7 @@ #include #include #include +#include #include "gk20a.h" #include "mm_gk20a.h" -- cgit v1.2.2