On 2019-07-18 6:17 p.m., [email protected] wrote: > From: Leo Li <[email protected]> > > This forward declare was added for no apparent reason. Remove it to > resolve this warning: > > drivers/gpu/drm//amd/amdgpu/amdgpu_device.c:131:13: warning: > ‘amdgpu_device_parse_faked_did’ declared ‘static’ but never defined > [-Wunused-function] > static void amdgpu_device_parse_faked_did(struct amdgpu_device *adev); > > Cc: Michel Dänzer <[email protected]> > Signed-off-by: Leo Li <[email protected]> > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c > b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c > index 76106ad8ac84..4425ff06ecc4 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c > @@ -128,7 +128,6 @@ static DEVICE_ATTR(pcie_replay_count, S_IRUGO, > amdgpu_device_get_pcie_replay_count, NULL); > > static void amdgpu_device_get_pcie_info(struct amdgpu_device *adev); > -static void amdgpu_device_parse_faked_did(struct amdgpu_device *adev); > > /** > * amdgpu_device_is_px - Is the device is a dGPU with HG/PX power control >
Thanks Leo. Reviewed-by: Michel Dänzer <[email protected]> -- Earthling Michel Dänzer | https://www.amd.com Libre software enthusiast | Mesa and X developer _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
