From a9dcf3804ac832453b32ab99750a207020816ad4 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Tue, 16 Jul 2019 08:42:09 +0200 Subject: drm/udl: drop use of drmP.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The drmP.h header file is deprecated. Drop it from all files in the udl driver. Made the header files self contained, which then made it simpler to update the .c files. Signed-off-by: Sam Ravnborg Acked-by: Emil Velikov Reviewed-by: Alex Deucher Cc: Sean Paul Cc: David Airlie Cc: Daniel Vetter Cc: Jani Nikula Cc: Robert Tarasov Cc: Oleksandr Andrushchenko Cc: Thomas Zimmermann Cc: "Noralf Trønnes" Cc: Eric Anholt Cc: Mikulas Patocka Cc: Emil Lundmark Cc: Eugeniy Paltsev Link: https://patchwork.freedesktop.org/patch/msgid/20190716064220.18157-9-sam@ravnborg.org --- drivers/gpu/drm/udl/udl_connector.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'drivers/gpu/drm/udl/udl_connector.c') diff --git a/drivers/gpu/drm/udl/udl_connector.c b/drivers/gpu/drm/udl/udl_connector.c index 921561875d7f..ddb61a60c610 100644 --- a/drivers/gpu/drm/udl/udl_connector.c +++ b/drivers/gpu/drm/udl/udl_connector.c @@ -7,11 +7,9 @@ * Copyright (C) 2009 Bernie Thompson */ -#include -#include -#include #include #include + #include "udl_connector.h" #include "udl_drv.h" -- cgit v1.2.3