mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 02:52:51 +03:00
gpu: nvgpu: fix sparse warning in LTC code
bug 200088648 sparse warning reported that the function was not defined. This was due to a missing include Change-Id: Ia6153a2f3348a86e78add95bcfff998505b47cdd Signed-off-by: David Nieto <dmartineznie@nvidia.com> Reviewed-on: http://git-master/r/1237845 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
committed by
Deepak Nibade
parent
905f1c0392
commit
7f7bf15564
@@ -16,6 +16,7 @@
|
||||
#include "gk20a/gk20a.h"
|
||||
#include "gm20b/ltc_gm20b.h"
|
||||
#include "gp10b/ltc_gp10b.h"
|
||||
#include "gp106/ltc_gp106.h"
|
||||
|
||||
void gp106_init_ltc(struct gpu_ops *gops)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user