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

2019-07-15 Thread Sam Ravnborg
On Mon, Jul 01, 2019 at 08:05:24AM +0200, Sam Ravnborg wrote: > 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 > > >

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

2019-07-01 Thread Sam Ravnborg
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 > > -#include > > - > > #include > > +#include > > +#include > > +#include > no

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

2019-06-30 Thread Oleksandr Andrushchenko
On 6/30/19 9:18 AM, Sam Ravnborg wrote: The drmP.h header is deprecated. Drop all uses. Added includes/forwards to the header files and then fixed fallout in the .c files. Signed-off-by: Sam Ravnborg Cc: Oleksandr Andrushchenko Cc: xen-devel@lists.xenproject.org --- The list of cc: was too

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

2019-06-30 Thread Sam Ravnborg
The drmP.h header is deprecated. Drop all uses. Added includes/forwards to the header files and then fixed fallout in the .c files. Signed-off-by: Sam Ravnborg Cc: Oleksandr Andrushchenko Cc: xen-devel@lists.xenproject.org --- The list of cc: was too large to add all recipients to the cover