summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
diff options
context:
space:
mode:
authorTian Tao <tiantao6@hisilicon.com>2020-12-31 08:56:17 +0800
committerAlex Deucher <alexander.deucher@amd.com>2021-01-05 11:34:00 -0500
commit540b60f9fc7fd02397dd0734da18cebf534a2630 (patch)
treec3211dd2c84ae42867ba36dd38e00b1b0c25c1bf /drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
parent2d0016435037c1dae377ae2c1099726b2f2da21c (diff)
downloadlinux-540b60f9fc7fd02397dd0734da18cebf534a2630.tar.bz2
drm/amd/display: remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it. Signed-off-by: Tian Tao <tiantao6@hisilicon.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c')
-rw-r--r--drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
index f6f487e9fe2d..3244a6ea7a65 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
@@ -25,7 +25,6 @@
#include <linux/string.h>
#include <linux/acpi.h>
-#include <linux/version.h>
#include <linux/i2c.h>
#include <drm/drm_probe_helper.h>