mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 01:50:07 +03:00
Below 5.7 violations are reported in common.gr.config unit : nvgpu/drivers/gpu/nvgpu/common/gr/gr_config.c:628: identifier_reuse: Identifier "sm_info" is already used to represent a type. Fix them by renaming struct sm_info to struct nvgpu_sm_info Jira NVGPU-3225 Change-Id: I26f70a4ed2a5a845e0dc9daeb8fb5474e35d42fb Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2110986 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>