[PATCH v1 02/33] drm/xen: drop use of drmP.h

Sam Ravnborg sam at ravnborg.org
Mon Jul 1 06:05:24 UTC 2019


Hi Oleksandr

> > --- a/drivers/gpu/drm/xen/xen_drm_front.h
> > +++ b/drivers/gpu/drm/xen/xen_drm_front.h
> > @@ -11,13 +11,19 @@
> >   #ifndef __XEN_DRM_FRONT_H_
> >   #define __XEN_DRM_FRONT_H_
> > -#include <drm/drmP.h>
> > -#include <drm/drm_simple_kms_helper.h>
> > -
> >   #include <linux/scatterlist.h>
> > +#include <drm/drm_connector.h>
> > +#include <drm/drm_simple_kms_helper.h>
> > +#include <drm/drm_simple_kms_helper.h>
> no need to include twice
> with that fixed:
> Acked-by: Oleksandr Andrushchenko <oleksandr_andrushchenko at epam.com>

Ups, thanks for spotting this. Will run the checkinclude script to check
if there are more duplicates added by accident.

	Sam


More information about the dri-devel mailing list