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>
This commit is contained in:
Terje Bergstrom
2017-04-11 14:47:51 -07:00
committed by mobile promotions
parent 7ef1eb8a10
commit a0fa2b0258
51 changed files with 80 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
#include <nvgpu/kmem.h>
#include <nvgpu/atomic.h>
#include <nvgpu/bug.h>
#include "gk20a/gk20a.h"