[PATCH v1 1/2] drm_dp_cec: drop use of drmP.h

Sean Paul sean at poorly.run
Mon Oct 7 18:17:35 UTC 2019


On Mon, Oct 07, 2019 at 07:12:23PM +0200, Sam Ravnborg wrote:
> drmP.h is deprecated and will be deleted.
> Replace use with proper header.
> 
> Divide header includes in blocks while touching these.
> 
> Build tested with various archtectures and configs.
> 
> Signed-off-by: Sam Ravnborg <sam at ravnborg.org>

Reviewed-by: Sean Paul <sean at poorly.run>

> Fixes: ae85b0df124f6928 ("drm_dp_cec: add connector info support.")
> Cc: Dariusz Marcinkiewicz <darekm at google.com>
> Cc: Hans Verkuil <hverkuil-cisco at xs4all.nl>
> Cc: Lyude Paul <lyude at redhat.com>
> Cc: Ben Skeggs <bskeggs at redhat.com>
> ---
>  drivers/gpu/drm/drm_dp_cec.c | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/drm_dp_cec.c b/drivers/gpu/drm/drm_dp_cec.c
> index b457c16c3a8b..3ab2609f9ec7 100644
> --- a/drivers/gpu/drm/drm_dp_cec.c
> +++ b/drivers/gpu/drm/drm_dp_cec.c
> @@ -8,10 +8,12 @@
>  #include <linux/kernel.h>
>  #include <linux/module.h>
>  #include <linux/slab.h>
> +
> +#include <media/cec.h>
> +
>  #include <drm/drm_connector.h>
> +#include <drm/drm_device.h>
>  #include <drm/drm_dp_helper.h>
> -#include <drm/drmP.h>
> -#include <media/cec.h>
>  
>  /*
>   * Unfortunately it turns out that we have a chicken-and-egg situation
> -- 
> 2.20.1
> 

-- 
Sean Paul, Software Engineer, Google / Chromium OS


More information about the dri-devel mailing list