From: Sean Paul Date: Wed, 21 Sep 2016 13:14:53 +0000 (-0700) Subject: drm/tilcdc: Add atomic and crtc headers to crtc.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ce2f2c3f82baf91036195c30ee58455ad24797f4;p=linux-beck.git drm/tilcdc: Add atomic and crtc headers to crtc.c Also reorder alphabetically and fix up drm_flip_work header. Reviewed-by: Daniel Vetter Signed-off-by: Sean Paul --- diff --git a/drivers/gpu/drm/tilcdc/tilcdc_crtc.c b/drivers/gpu/drm/tilcdc/tilcdc_crtc.c index 208768922030..cb9df104fe5b 100644 --- a/drivers/gpu/drm/tilcdc/tilcdc_crtc.c +++ b/drivers/gpu/drm/tilcdc/tilcdc_crtc.c @@ -15,9 +15,11 @@ * this program. If not, see . */ -#include "drm_flip_work.h" -#include +#include #include +#include +#include +#include #include "tilcdc_drv.h" #include "tilcdc_regs.h"