summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
diff options
context:
space:
mode:
authorLeo Liu <leo.liu@amd.com>2019-12-16 11:01:51 -0500
committerAlex Deucher <alexander.deucher@amd.com>2019-12-18 16:09:12 -0500
commitf06a58db9213a08e902e5e5b2c22b75f7bb3a810 (patch)
tree9b7ace1f9beb87ed00d716605f69f376aae2fae6 /drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
parent5a7489a7e189ee2be889485f90c8cf24ea4b9a40 (diff)
downloadlinux-stable-f06a58db9213a08e902e5e5b2c22b75f7bb3a810.tar.gz
linux-stable-f06a58db9213a08e902e5e5b2c22b75f7bb3a810.tar.bz2
linux-stable-f06a58db9213a08e902e5e5b2c22b75f7bb3a810.zip
drm/amdgpu/vcn: remove unnecessary included headers
Esp. VCN1.0 headers should not be here v2: add back the <linux/module.h> to keep consistent. Signed-off-by: Leo Liu <leo.liu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
index e522025430c7..623b9f9ef1ea 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
@@ -28,16 +28,10 @@
#include <linux/module.h>
#include <linux/pci.h>
-#include <drm/drm.h>
-
#include "amdgpu.h"
#include "amdgpu_pm.h"
#include "amdgpu_vcn.h"
#include "soc15d.h"
-#include "soc15_common.h"
-
-#include "vcn/vcn_1_0_offset.h"
-#include "vcn/vcn_1_0_sh_mask.h"
/* Firmware Names */
#define FIRMWARE_RAVEN "amdgpu/raven_vcn.bin"