Files
linux-nvgpu/drivers/gpu/nvgpu/boardobj
Deepak Nibade 15e9b433f3 gpu: nvgpu: fix recursion in included headers
We have this recursion in headers as pointed
by Coverity
gk20a/gk20a.h" includes itself: gk20a.h -> clk.h -> clk_vin.h ->
boardobjgrp.h -> gk20a.h

Fix this by removing gk20a.h header from boardobjgrp.h
and declaring necessary structures

Also remove unused header pmu_gk20a.h from boardobjgrp.h

Coverity id : 2511592
Bug 200291879

Change-Id: I36b0bcc752d7c5d92ebe80bfc8f39d119526ae66
Signed-off-by: Deepak Nibade <dnibade@nvidia.com>
Reviewed-on: http://git-master/r/1464637
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam <snikam@nvidia.com>
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
2017-04-19 12:16:36 -07:00
..