From: Sam Ravnborg Date: Sun, 30 Jun 2019 06:19:03 +0000 (+0200) Subject: drm/atmel_hlcdc: drop use of drmP.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=71866a56bc7594068d894bacd9ac957878c6816a;p=linux.git drm/atmel_hlcdc: drop use of drmP.h Drop use of the deprecated header drmP.h. Make header file self-contained, with only the required set of include files. And fixed fallout in remaining files. Divide include files in blocks and sort them within each block. Signed-off-by: Sam Ravnborg Reviewed-by: Boris Brezillon Acked-by: Emil Velikov Cc: David Airlie Cc: Daniel Vetter Cc: Nicolas Ferre Cc: Alexandre Belloni Cc: Ludovic Desroches Cc: linux-arm-kernel@lists.infradead.org Link: https://patchwork.freedesktop.org/patch/msgid/20190630061922.7254-15-sam@ravnborg.org --- diff --git a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c b/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c index 81c50772df05d..edcd0042bc9c9 100644 --- a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c +++ b/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c @@ -19,15 +19,19 @@ */ #include +#include +#include #include #include -#include +#include