summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/flcn_gk20a.h
diff options
context:
space:
mode:
authorShashank Singh <shashsingh@nvidia.com>2017-10-12 01:26:55 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-10-17 07:28:29 -0400
commit682abd7b5cd544f83b8905830cd9b738c458be7f (patch)
tree60d8f968857d65d03057db48c09cc0416afa3713 /drivers/gpu/nvgpu/gk20a/flcn_gk20a.h
parent47fe66a461db349a884c4eed64a07377bbdb2a91 (diff)
nvgpu: fix multiple build issues for QNX
- timers and bug header files should be included directly. Linux maybe getting it via indirect includes. Also, QNX requires non-static function to be declared explicitly. Change-Id: I2458654f535d8079347e4a0be744530f56388238 Signed-off-by: Shashank Singh <shashsingh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1577527 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Sourab Gupta <sourabg@nvidia.com> Tested-by: Sourab Gupta <sourabg@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/flcn_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/flcn_gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/flcn_gk20a.h b/drivers/gpu/nvgpu/gk20a/flcn_gk20a.h
index 6af0ef88..95d46251 100644
--- a/drivers/gpu/nvgpu/gk20a/flcn_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/flcn_gk20a.h
@@ -24,5 +24,6 @@
24 24
25void gk20a_falcon_ops(struct nvgpu_falcon *flcn); 25void gk20a_falcon_ops(struct nvgpu_falcon *flcn);
26void gk20a_falcon_hal_sw_init(struct nvgpu_falcon *flcn); 26void gk20a_falcon_hal_sw_init(struct nvgpu_falcon *flcn);
27void gk20a_falcon_dump_stats(struct nvgpu_falcon *flcn);
27 28
28#endif /* __FLCN_GK20A_H__ */ 29#endif /* __FLCN_GK20A_H__ */