Re: [PATCH] drm/atomic: Drop helper include from drm_atomic.c

2017-06-30 Thread Gustavo Padovan
Hi Daniel, 2017-06-30 Daniel Vetter : > 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 > Signed-off-by: Daniel Vetter Reviewed-by: Gustavo Padovan Gustavo ___

[PATCH] drm/atomic: Drop helper include from drm_atomic.c

2017-06-30 Thread Daniel Vetter
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 Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_atomic.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/drm_atomic.c b/drive