gpu: nvgpu: vgpu: fix sparse warnings

Bug 200088648

Change-Id: I50ad4e75981d2c076a2b0ab14406b72ebabcf34f
Signed-off-by: Richard Zhao <rizhao@nvidia.com>
Reviewed-on: http://git-master/r/1000173
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
Richard Zhao
2016-01-29 11:31:54 -08:00
committed by Terje Bergstrom
parent 7d7033d831
commit 9f7613945c
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
#include "gk20a/hw_gr_gk20a.h"
#include "gk20a/gk20a.h"
#include "vgpu/vgpu.h"
#include "vgpu_gr_gk20a.h"
static void vgpu_gk20a_detect_sm_arch(struct gk20a *g)
{

View File

@@ -16,6 +16,7 @@
#include "gm20b/hw_gr_gm20b.h"
#include "gk20a/gk20a.h"
#include "vgpu/vgpu.h"
#include "vgpu_gr_gm20b.h"
static void vgpu_gm20b_detect_sm_arch(struct gk20a *g)
{