diff mbox

[19/24] drm/sis: add missing include drm.h for the UAPI header

Message ID 1461269857-12813-20-git-send-email-emil.l.velikov@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Emil Velikov April 21, 2016, 8:17 p.m. UTC
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
---
 include/uapi/drm/sis_drm.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Daniel Vetter April 22, 2016, 8:37 a.m. UTC | #1
On Thu, Apr 21, 2016 at 09:17:32PM +0100, Emil Velikov wrote:
> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>

If the extern C stuff falls through, maybe we want to pull this one out
ahead?
-Daniel

> ---
>  include/uapi/drm/sis_drm.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/uapi/drm/sis_drm.h b/include/uapi/drm/sis_drm.h
> index 3f7d8ca..3e3f7e9 100644
> --- a/include/uapi/drm/sis_drm.h
> +++ b/include/uapi/drm/sis_drm.h
> @@ -27,6 +27,8 @@
>  #ifndef __SIS_DRM_H__
>  #define __SIS_DRM_H__
>  
> +#include "drm.h"
> +
>  #if defined(__cplusplus)
>  extern "C" {
>  #endif
> -- 
> 2.6.2
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
Dave Airlie April 26, 2016, 11:37 p.m. UTC | #2
On 22 April 2016 at 18:37, Daniel Vetter <daniel@ffwll.ch> wrote:
> On Thu, Apr 21, 2016 at 09:17:32PM +0100, Emil Velikov wrote:
>> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
>
> If the extern C stuff falls through, maybe we want to pull this one out
> ahead?

I've pulled this and the qxl one into -next as I was driving past.

Dave.
Emil Velikov April 27, 2016, 9:36 p.m. UTC | #3
On 27 April 2016 at 00:37, Dave Airlie <airlied@gmail.com> wrote:
> On 22 April 2016 at 18:37, Daniel Vetter <daniel@ffwll.ch> wrote:
>> On Thu, Apr 21, 2016 at 09:17:32PM +0100, Emil Velikov wrote:
>>> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
>>
>> If the extern C stuff falls through, maybe we want to pull this one out
>> ahead?
>
> I've pulled this and the qxl one into -next as I was driving past.
>
Nice one. Thanks Dave.

-Emil
diff mbox

Patch

diff --git a/include/uapi/drm/sis_drm.h b/include/uapi/drm/sis_drm.h
index 3f7d8ca..3e3f7e9 100644
--- a/include/uapi/drm/sis_drm.h
+++ b/include/uapi/drm/sis_drm.h
@@ -27,6 +27,8 @@ 
 #ifndef __SIS_DRM_H__
 #define __SIS_DRM_H__
 
+#include "drm.h"
+
 #if defined(__cplusplus)
 extern "C" {
 #endif