[AMD Official Use Only - General] Please add proper tag as instructed. Other than this , the patch is Reviewed-by: Evan Quan <evan.quan@xxxxxxx> "If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Link: https://lore.kernel.org/oe-kbuild-all/202303010827.c2N0yBGT-lkp@xxxxxxxxx/" BR Evan > -----Original Message----- > From: Kun Liu <Kun.Liu2@xxxxxxx> > Sent: Wednesday, March 1, 2023 10:42 AM > To: amd-gfx@xxxxxxxxxxxxxxxxxxxxx; Quan, Evan <Evan.Quan@xxxxxxx> > Cc: Liang, Richard qi <Richardqi.Liang@xxxxxxx>; Deucher, Alexander > <Alexander.Deucher@xxxxxxx>; Liu, Kun <Kun.Liu2@xxxxxxx> > Subject: [PATCH] drm/amdgpu: fix no previous prototype warning > > add static prefix for vangogh_set_apu_thermal_limit function > > Signed-off-by: Kun Liu <Kun.Liu2@xxxxxxx> > --- > drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c > b/drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c > index 016d5621e0b3..24046af60933 100644 > --- a/drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c > +++ b/drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c > @@ -1597,7 +1597,7 @@ static int vangogh_get_apu_thermal_limit(struct > smu_context *smu, uint32_t *limi > 0, limit); > } > > -int vangogh_set_apu_thermal_limit(struct smu_context *smu, uint32_t > limit) > +static int vangogh_set_apu_thermal_limit(struct smu_context *smu, > uint32_t limit) > { > return smu_cmn_send_smc_msg_with_param(smu, > > SMU_MSG_SetReducedThermalLimit, > -- > 2.25.1