Re: [PATCH] drm/amdgpu: Fix dce_v6_0_disable_dce warning

2017-07-31 Thread Alex Deucher
On Sun, Jul 30, 2017 at 7:26 AM, Jean Delvare wrote: > Include a missing header to get rid of the following warning: > > drivers/gpu/drm/amd/amdgpu/dce_v6_0.c:521:6: warning: no previous prototype > for 'dce_v6_0_disable_dce' [-Wmissing-prototypes] > void dce_v6_0_disable_dce(struct amdgpu_devic

[PATCH] drm/amdgpu: Fix dce_v6_0_disable_dce warning

2017-07-30 Thread Jean Delvare
Include a missing header to get rid of the following warning: drivers/gpu/drm/amd/amdgpu/dce_v6_0.c:521:6: warning: no previous prototype for 'dce_v6_0_disable_dce' [-Wmissing-prototypes] void dce_v6_0_disable_dce(struct amdgpu_device *adev) ^ Signed-off-by: Jean Delvare Cc: Alex Deucher