diff mbox

drm: Kbuild: add omap_drm.h to the installed headers

Message ID 1481154800-4237-1-git-send-email-laurent.pinchart@ideasonboard.com (mailing list archive)
State New, archived
Headers show

Commit Message

Laurent Pinchart Dec. 7, 2016, 11:53 p.m. UTC
The header defines the userspace API exported by the omapdrm driver,
install it to make the definitions available to userpace.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 include/uapi/drm/Kbuild | 1 +
 1 file changed, 1 insertion(+)

Comments

Tomi Valkeinen Dec. 9, 2016, 2:23 p.m. UTC | #1
On 08/12/16 01:53, Laurent Pinchart wrote:
> The header defines the userspace API exported by the omapdrm driver,
> install it to make the definitions available to userpace.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
>  include/uapi/drm/Kbuild | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/uapi/drm/Kbuild b/include/uapi/drm/Kbuild
> index 9355dd8eff3b..c97addd08f8c 100644
> --- a/include/uapi/drm/Kbuild
> +++ b/include/uapi/drm/Kbuild
> @@ -9,6 +9,7 @@ header-y += i810_drm.h
>  header-y += i915_drm.h
>  header-y += mga_drm.h
>  header-y += nouveau_drm.h
> +header-y += omap_drm.h
>  header-y += qxl_drm.h
>  header-y += r128_drm.h
>  header-y += radeon_drm.h

Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

It's a bit late for 4.10, shall I pick this up to my 4.11 branch?

 Tomi
Laurent Pinchart Dec. 9, 2016, 2:37 p.m. UTC | #2
Hi Tomi,

On Friday 09 Dec 2016 16:23:05 Tomi Valkeinen wrote:
> On 08/12/16 01:53, Laurent Pinchart wrote:
> > The header defines the userspace API exported by the omapdrm driver,
> > install it to make the definitions available to userpace.
> > 
> > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > ---
> > 
> >  include/uapi/drm/Kbuild | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/include/uapi/drm/Kbuild b/include/uapi/drm/Kbuild
> > index 9355dd8eff3b..c97addd08f8c 100644
> > --- a/include/uapi/drm/Kbuild
> > +++ b/include/uapi/drm/Kbuild
> > @@ -9,6 +9,7 @@ header-y += i810_drm.h
> >  header-y += i915_drm.h
> >  header-y += mga_drm.h
> >  header-y += nouveau_drm.h
> > +header-y += omap_drm.h
> >  header-y += qxl_drm.h
> >  header-y += r128_drm.h
> >  header-y += radeon_drm.h
> 
> Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
> 
> It's a bit late for 4.10, shall I pick this up to my 4.11 branch?

That would be appreciated.
diff mbox

Patch

diff --git a/include/uapi/drm/Kbuild b/include/uapi/drm/Kbuild
index 9355dd8eff3b..c97addd08f8c 100644
--- a/include/uapi/drm/Kbuild
+++ b/include/uapi/drm/Kbuild
@@ -9,6 +9,7 @@  header-y += i810_drm.h
 header-y += i915_drm.h
 header-y += mga_drm.h
 header-y += nouveau_drm.h
+header-y += omap_drm.h
 header-y += qxl_drm.h
 header-y += r128_drm.h
 header-y += radeon_drm.h