summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-04-11 17:47:51 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-04-13 11:56:06 -0400
commita0fa2b0258dafcd7a2450ab5366a49663b1d2e89 (patch)
tree95f1023fbd36209f6cc07341ce708049e75474d6 /drivers/gpu/nvgpu/gm20b/clk_gm20b.c
parent7ef1eb8a10e507d8ba3b92e24472c06500fd5f36 (diff)
gpu: nvgpu: Add wrapper nvgpu/bug.h
Add wrapper header file nvgpu/bug.h. It #includes <linux/bug.h> in Linux. JIRA NVGPU-13 Change-Id: I7bf02ba554333f7cbd79d72bd1cb423c81ebcb49 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1461545 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/clk_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/clk_gm20b.c1
1 files changed, 1 insertions, 0 deletions
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 @@
32#include "clk_gm20b.h" 32#include "clk_gm20b.h"
33 33
34#include <nvgpu/soc.h> 34#include <nvgpu/soc.h>
35#include <nvgpu/bug.h>
35 36
36#include <nvgpu/hw/gm20b/hw_trim_gm20b.h> 37#include <nvgpu/hw/gm20b/hw_trim_gm20b.h>
37#include <nvgpu/hw/gm20b/hw_timer_gm20b.h> 38#include <nvgpu/hw/gm20b/hw_timer_gm20b.h>