From fcb57664172edb25b2fdabb775b13662275abc5b Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Tue, 16 Jul 2019 08:42:15 +0200 Subject: drm/tilcdc: drop use of drmP.h Dropped drmP.h and all other header files not used by tilcdc_drv.h. Added the minimal includes and forwards to make the header file self-contained. Then dropped the remaining uses of drmP.h and fixed all fall-out. Signed-off-by: Sam Ravnborg Acked-by: Emil Velikov Cc: Jyri Sarha Cc: Tomi Valkeinen Cc: David Airlie Cc: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20190716064220.18157-15-sam@ravnborg.org --- drivers/gpu/drm/tilcdc/tilcdc_plane.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'drivers/gpu/drm/tilcdc/tilcdc_plane.c') diff --git a/drivers/gpu/drm/tilcdc/tilcdc_plane.c b/drivers/gpu/drm/tilcdc/tilcdc_plane.c index 7667b038ae7f..347ca8656aef 100644 --- a/drivers/gpu/drm/tilcdc/tilcdc_plane.c +++ b/drivers/gpu/drm/tilcdc/tilcdc_plane.c @@ -15,12 +15,10 @@ * this program. If not, see . */ -#include - #include #include #include -#include +#include #include "tilcdc_drv.h" -- cgit v1.2.3