summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_atomic.c
diff options
context:
space:
mode:
authorDaniel Vetter2017-06-30 09:39:21 +0200
committerDaniel Vetter2017-06-30 15:35:20 +0200
commitd48cb5f541c953ae2a33657f582d93c4151f27d9 (patch)
treeb5eeb3e577f8ef0d47e606e7b5746d4b9da96410 /drivers/gpu/drm/drm_atomic.c
parentdrm: Convert atomic drivers from CRTC .disable() to .atomic_disable() (diff)
downloadkernel-qcow2-linux-d48cb5f541c953ae2a33657f582d93c4151f27d9.tar.gz
kernel-qcow2-linux-d48cb5f541c953ae2a33657f582d93c4151f27d9.tar.xz
kernel-qcow2-linux-d48cb5f541c953ae2a33657f582d93c4151f27d9.zip
drm/atomic: Drop helper include from drm_atomic.c
Core code should never have to look at helper stuff, to make sure that all helper code is 100% optional and can be overriden. Cc: Gustavo Padovan <gustavo@padovan.org> Reviewed-by: Gustavo Padovan <gustavo.padovan@collabora.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20170630073921.2345-1-daniel.vetter@ffwll.ch
Diffstat (limited to 'drivers/gpu/drm/drm_atomic.c')
-rw-r--r--drivers/gpu/drm/drm_atomic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_atomic.c b/drivers/gpu/drm/drm_atomic.c
index 095e87278a88..09ca662fcd35 100644
--- a/drivers/gpu/drm/drm_atomic.c
+++ b/drivers/gpu/drm/drm_atomic.c
@@ -29,7 +29,6 @@
#include <drm/drmP.h>
#include <drm/drm_atomic.h>
#include <drm/drm_mode.h>
-#include <drm/drm_plane_helper.h>
#include <drm/drm_print.h>
#include <linux/sync_file.h>