Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1279903
| From | Gabriel Laskar <gabriel@lse.epita.fr> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 03/20] drm: include drm.h in armada_drm.h |
| Date | 2015-11-30 15:20 +0100 |
| Message-ID | <qAxt8-4HX-7@gated-at.bofh.it> (permalink) |
| References | <qAxt8-4HX-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Gabriel Laskar <gabriel@lse.epita.fr> CC: Emil Velikov <emil.l.velikov@gmail.com> CC: Mikko Rapeli <mikko.rapeli@iki.fi> --- include/uapi/drm/armada_drm.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/uapi/drm/armada_drm.h b/include/uapi/drm/armada_drm.h index 8dec3fd..6de7f01 100644 --- a/include/uapi/drm/armada_drm.h +++ b/include/uapi/drm/armada_drm.h @@ -9,6 +9,8 @@ #ifndef DRM_ARMADA_IOCTL_H #define DRM_ARMADA_IOCTL_H +#include "drm.h" + #define DRM_ARMADA_GEM_CREATE 0x00 #define DRM_ARMADA_GEM_MMAP 0x02 #define DRM_ARMADA_GEM_PWRITE 0x03 -- 2.6.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 03/20] drm: include drm.h in armada_drm.h Gabriel Laskar <gabriel@lse.epita.fr> - 2015-11-30 15:20 +0100
csiph-web