From: Daniel Vetter Date: Fri, 30 Jun 2017 09:39:21 +0200 Subject: drm/atomic: Drop helper include from drm_atomic.c Git-commit: d48cb5f541c953ae2a33657f582d93c4151f27d9 Patch-mainline: v4.14-rc1 References: FATE#326289 FATE#326079 FATE#326049 FATE#322398 FATE#326166 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 Reviewed-by: Gustavo Padovan Signed-off-by: Daniel Vetter Link: http://patchwork.freedesktop.org/patch/msgid/20170630073921.2345-1-daniel.vetter@ffwll.ch Acked-by: Petr Tesarik --- drivers/gpu/drm/drm_atomic.c | 1 - 1 file changed, 1 deletion(-) --- a/drivers/gpu/drm/drm_atomic.c +++ b/drivers/gpu/drm/drm_atomic.c @@ -29,7 +29,6 @@ #include #include #include -#include #include #include