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
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