gpu: nvgpu: remove unused function declarations

- "gv11b_ltc_get_err_desc", "gv11b_ltc_inject_ecc_error" API's
  are declared but not defined, so removing these

JIRA NVGPU-7119

Change-Id: Id2ef6bffbaf62c7e41be4bdc8b7f6b2354bc58b3
Signed-off-by: srajum <srajum@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2603822
(cherry picked from commit ae01e11e087a8a7fde18be765330ed90a8db3ae8)
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2673520
Reviewed-by: svcacv <svcacv@nvidia.com>
Reviewed-by: Rajesh Devaraj <rdevaraj@nvidia.com>
Reviewed-by: Vaibhav Kachore <vkachore@nvidia.com>
GVS: Gerrit_Virtual_Submit
This commit is contained in:
srajum
2021-10-01 13:36:54 +05:30
committed by mobile promotions
parent 5c0dc7e39d
commit a1ad3ccc83

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2016-2020, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2022, NVIDIA CORPORATION. All rights reserved.
* *
* Permission is hereby granted, free of charge, to any person obtaining a * Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"), * copy of this software and associated documentation files (the "Software"),
@@ -37,11 +37,6 @@ void gv11b_ltc_set_zbc_stencil_entry(struct gk20a *g,
u32 stencil_depth, u32 stencil_depth,
u32 index); u32 index);
#endif /* CONFIG_NVGPU_GRAPHICS */ #endif /* CONFIG_NVGPU_GRAPHICS */
#ifdef CONFIG_NVGPU_INJECT_HWERR
struct nvgpu_hw_err_inject_info_desc * gv11b_ltc_get_err_desc(struct gk20a *g);
void gv11b_ltc_inject_ecc_error(struct gk20a *g,
struct nvgpu_hw_err_inject_info *err, u32 error_info);
#endif
/** @cond DOXYGEN_SHOULD_SKIP_THIS */ /** @cond DOXYGEN_SHOULD_SKIP_THIS */
void gv11b_ltc_init_fs_state(struct gk20a *g); void gv11b_ltc_init_fs_state(struct gk20a *g);