From a0fa2b0258dafcd7a2450ab5366a49663b1d2e89 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Tue, 11 Apr 2017 14:47:51 -0700 Subject: gpu: nvgpu: Add wrapper nvgpu/bug.h Add wrapper header file nvgpu/bug.h. It #includes in Linux. JIRA NVGPU-13 Change-Id: I7bf02ba554333f7cbd79d72bd1cb423c81ebcb49 Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/1461545 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gm20b/clk_gm20b.c | 1 + drivers/gpu/nvgpu/gm20b/hal_gm20b.c | 2 ++ drivers/gpu/nvgpu/gm20b/ltc_gm20b.c | 1 + 3 files changed, 4 insertions(+) (limited to 'drivers/gpu/nvgpu/gm20b') diff --git a/drivers/gpu/nvgpu/gm20b/clk_gm20b.c b/drivers/gpu/nvgpu/gm20b/clk_gm20b.c index 20c2e997..4d7470d4 100644 --- a/drivers/gpu/nvgpu/gm20b/clk_gm20b.c +++ b/drivers/gpu/nvgpu/gm20b/clk_gm20b.c @@ -32,6 +32,7 @@ #include "clk_gm20b.h" #include +#include #include #include diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c index a6ca5abf..24acf29c 100644 --- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c +++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c @@ -35,6 +35,8 @@ #include "cde_gm20b.h" #include "therm_gm20b.h" +#include + #include #include diff --git a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c index be07f5a7..d8e184ef 100644 --- a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c +++ b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c @@ -18,6 +18,7 @@ #include "gk20a/gk20a.h" #include +#include #include #include -- cgit v1.2.2