summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2017-04-28 12:23:55 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-04-28 17:54:27 -0400
commit966d62e53f70caf2ffa3083ffe59712c8c09b7c5 (patch)
treef37e01257561e3afbbc05801c4f9b8bcde108a56 /drivers/gpu/nvgpu
parent4580763b4608706b5be467e67f9242716f10ea09 (diff)
gpu: nvgpu: gp10b: fix error for static code analysis
Include platform_gp10b.h for declared functions Bug 200299572 Change-Id: I5e52fab2750d6fad09d286afa94b8aae67fe1b4c Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: http://git-master/r/1472264 Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu')
-rw-r--r--drivers/gpu/nvgpu/tegra/linux/platform_gp10b_tegra.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/tegra/linux/platform_gp10b_tegra.c b/drivers/gpu/nvgpu/tegra/linux/platform_gp10b_tegra.c
index 1178f426..01defa00 100644
--- a/drivers/gpu/nvgpu/tegra/linux/platform_gp10b_tegra.c
+++ b/drivers/gpu/nvgpu/tegra/linux/platform_gp10b_tegra.c
@@ -38,6 +38,7 @@
38 38
39#include "platform_tegra.h" 39#include "platform_tegra.h"
40#include "gp10b/gp10b_sysfs.h" 40#include "gp10b/gp10b_sysfs.h"
41#include "gp10b/platform_gp10b.h"
41 42
42#include <nvgpu/hw/gp10b/hw_gr_gp10b.h> 43#include <nvgpu/hw/gp10b/hw_gr_gp10b.h>
43#include <nvgpu/hw/gp10b/hw_ltc_gp10b.h> 44#include <nvgpu/hw/gp10b/hw_ltc_gp10b.h>