Skip to content

Commit

Permalink
drm/sis: add missing include drm.h for the UAPI header
Browse files Browse the repository at this point in the history
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Emil Velikov authored and Dave Airlie committed Apr 26, 2016
1 parent f7a3e1d commit 33f0fca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/uapi/drm/sis_drm.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
#ifndef __SIS_DRM_H__
#define __SIS_DRM_H__

#include "drm.h"

/* SiS specific ioctls */
#define NOT_USED_0_3
#define DRM_SIS_FB_ALLOC 0x04
Expand Down

0 comments on commit 33f0fca

Please sign in to comment.