summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2017-07-30 13:26:14 +0200
committerAlex Deucher <alexander.deucher@amd.com>2017-08-15 14:46:06 -0400
commite4c1d1a9681dd8edae7308361327e14ce019c8d5 (patch)
tree7560d1e5e95f4fe3d37702106401d49661189b8d /drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
parent2db93bea4bba79d35ac4576d4acef2101a62288d (diff)
downloadop-kernel-dev-e4c1d1a9681dd8edae7308361327e14ce019c8d5.zip
op-kernel-dev-e4c1d1a9681dd8edae7308361327e14ce019c8d5.tar.gz
drm/amdgpu: Fix dce_v6_0_disable_dce warning
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 <jdelvare@suse.de> Cc: Alex Deucher <alexander.deucher@amd.com> Cc: "Christian König" <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/dce_v6_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/dce_v6_0.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c b/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
index bcd9521..8ad0a65 100644
--- a/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
@@ -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);
OpenPOWER on IntegriCloud