diff options
author | Brajeswar Ghosh <brajeswar.linux@gmail.com> | 2018-11-23 06:18:31 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-11-26 23:54:39 +0300 |
commit | e55b8616cc5f3f600c07d6d273b2d9469632e2cc (patch) | |
tree | 17ba655b2e8accd82edfc2cd573fb1660bbef64b /drivers/gpu/drm/amd/amdgpu | |
parent | 206bbafe00dcacccf40e6f09e624329ec124201b (diff) | |
download | linux-e55b8616cc5f3f600c07d6d273b2d9469632e2cc.tar.xz |
drm/amd/amdgpu: Remove duplicate header
Remove drm/drm_fb_helper.h which is included more than once
Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h index ef5664b403a9..79a3ca26e9d3 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h @@ -38,7 +38,6 @@ #include <drm/drm_crtc_helper.h> #include <drm/drm_fb_helper.h> #include <drm/drm_plane_helper.h> -#include <drm/drm_fb_helper.h> #include <linux/i2c.h> #include <linux/i2c-algo-bit.h> #include <linux/hrtimer.h> |