summaryrefslogtreecommitdiff
path: root/include/drm
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2021-08-04 14:26:43 +0000
committerAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2021-08-04 14:26:43 +0000
commitd71473b5884a6b5e9c7bcfedc7f996cfeec45e6c (patch)
treeb8ff6d7f5d11906cd6cad9ae54ae7c84ddc68467 /include/drm
parent90c98361bbdcca1a50305b71d5a8aebb1e8918b3 (diff)
parent253dccefb5cb05c8a017150c34daf810776d914c (diff)
Merge tag 'v5.4.136' into 5.4-2.3.x-imx
This is the 5.4.136 stable release Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_ioctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_ioctl.h b/include/drm/drm_ioctl.h
index 10100a4bbe2a..afb27cb6a7bd 100644
--- a/include/drm/drm_ioctl.h
+++ b/include/drm/drm_ioctl.h
@@ -68,6 +68,7 @@ typedef int drm_ioctl_compat_t(struct file *filp, unsigned int cmd,
unsigned long arg);
#define DRM_IOCTL_NR(n) _IOC_NR(n)
+#define DRM_IOCTL_TYPE(n) _IOC_TYPE(n)
#define DRM_MAJOR 226
/**