RE: [PATCH] drm/amd/pm: Fix missing prototype warning

2022-02-22 Thread Chen, Guchun
Reviewed-by: Guchun Chen Regards, Guchun -Original Message- From: amd-gfx On Behalf Of Lijo Lazar Sent: Wednesday, February 23, 2022 1:27 PM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Liang, Prike ; kernel test robot ; Zhang, Hawking Subject: [PATCH] drm/amd/pm: Fix

[PATCH] drm/amd/pm: Fix missing prototype warning

2022-02-22 Thread Lijo Lazar
Fix below warning warning: no previous prototype for '__smu_get_enabled_features' [-Wmissing-prototypes] Fixes: 716622108a9f("drm/amd/pm: validate SMU feature enable message for getting feature enabled mask") Reported-by: kernel test robot Signed-off-by: Lijo Lazar ---