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

Hans Verkuil hverkuil-cisco at xs4all.nl
Tue Oct 8 07:32:20 UTC 2019


On 10/7/19 7:12 PM, 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.

Acked-by: Hans Verkuil <hverkuil-cisco at xs4all.nl>

Regards,

	Hans

> 
> Signed-off-by: Sam Ravnborg <sam at ravnborg.org>
> 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
> 



More information about the dri-devel mailing list