Hi, Sam:

You could apply this patch into drm-misc-next by yourself, thanks.

Regards,
CK

On Fri, 2019-07-19 at 09:30 +0800, CK Hu wrote:
> On Thu, 2019-07-18 at 18:15 +0200, Sam Ravnborg wrote:
> > Do not rely on including drm.h from drm_file.h,
> > as the include in drm_file.h will be dropped.
> > 
> 
> Acked-by: CK Hu <[email protected]>
> 
> > Signed-off-by: Sam Ravnborg <[email protected]>
> > Cc: CK Hu <[email protected]>
> > Cc: Philipp Zabel <[email protected]>
> > Cc: Matthias Brugger <[email protected]>
> > Cc: [email protected]
> > Cc: [email protected]
> > ---
> >  drivers/gpu/drm/mediatek/mtk_drm_gem.c | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/drivers/gpu/drm/mediatek/mtk_drm_gem.c 
> > b/drivers/gpu/drm/mediatek/mtk_drm_gem.c
> > index 9434f88c6341..ca672f1d140d 100644
> > --- a/drivers/gpu/drm/mediatek/mtk_drm_gem.c
> > +++ b/drivers/gpu/drm/mediatek/mtk_drm_gem.c
> > @@ -5,6 +5,7 @@
> >  
> >  #include <linux/dma-buf.h>
> >  
> > +#include <drm/drm.h>
> >  #include <drm/drm_device.h>
> >  #include <drm/drm_gem.h>
> >  #include <drm/drm_prime.h>
> 


_______________________________________________
dri-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to