]> Git Repo - linux.git/commitdiff
drm/amdgpu: Fix dce_v6_0_disable_dce warning
authorJean Delvare <[email protected]>
Sun, 30 Jul 2017 11:26:14 +0000 (13:26 +0200)
committerAlex Deucher <[email protected]>
Tue, 15 Aug 2017 18:46:06 +0000 (14:46 -0400)
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 <[email protected]>
Cc: Alex Deucher <[email protected]>
Cc: "Christian König" <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c

index bcd9521237f4cbbf1640538c95bbe91fefbf710b..8ad0a659f789ae7ef482bc8539a211a6b3c117d1 100644 (file)
@@ -42,6 +42,7 @@
 #include "dce/dce_6_0_d.h"
 #include "dce/dce_6_0_sh_mask.h"
 #include "gca/gfx_7_2_enum.h"
+#include "dce_v6_0.h"
 #include "si_enums.h"
 
 static void dce_v6_0_set_display_funcs(struct amdgpu_device *adev);
This page took 0.066492 seconds and 4 git commands to generate.