mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: fix static sparse warning
Make function as static to fix below sparse warning: $TOP/kernel/nvgpu/drivers/gpu/nvgpu/tegra/linux/platform_gk20a_tegra.c:999:5: warning: symbol 'gk20a_tegra_late_probe' was not declared. Should it be static? Bug 200299572 Change-Id: I66817e8a3d35b02a63729f51f41401aab747ffae Signed-off-by: Sachin Nikam <snikam@nvidia.com> Reviewed-on: http://git-master/r/1485850 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
mobile promotions
parent
29cc82844e
commit
abba815d83
@@ -996,7 +996,7 @@ static int gk20a_tegra_probe(struct device *dev)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int gk20a_tegra_late_probe(struct device *dev)
|
||||
static int gk20a_tegra_late_probe(struct device *dev)
|
||||
{
|
||||
/* Cause early VPR resize */
|
||||
gk20a_tegra_secure_page_alloc(dev);
|
||||
|
||||
Reference in New Issue
Block a user