diff options
author | 2018-12-06 07:12:26 +0100 | |
---|---|---|
committer | 2018-12-06 13:27:47 +0100 | |
commit | dab28f09051445fe370466e767e31652e0804a0f (patch) | |
tree | c997d5c65f05a1bacc956fc91bda3a7dc4e59b57 /src/basic/missing.h | |
parent | missing: drop BPF_XOR as we have linux/bpf_common.h (diff) | |
download | systemd-dab28f09051445fe370466e767e31652e0804a0f.tar.gz systemd-dab28f09051445fe370466e767e31652e0804a0f.tar.bz2 systemd-dab28f09051445fe370466e767e31652e0804a0f.zip |
missing: drop old drm related definitions
These values are exposed earlier than linux-3.11.
Let's use drm/drm.h.
Diffstat (limited to 'src/basic/missing.h')
-rw-r--r-- | src/basic/missing.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/basic/missing.h b/src/basic/missing.h index 7653d7d17..34afbddd1 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -60,14 +60,6 @@ # define CIFS_MAGIC_NUMBER 0xFF534D42 #endif -#ifndef DRM_IOCTL_SET_MASTER -# define DRM_IOCTL_SET_MASTER _IO('d', 0x1e) -#endif - -#ifndef DRM_IOCTL_DROP_MASTER -# define DRM_IOCTL_DROP_MASTER _IO('d', 0x1f) -#endif - #ifndef RENAME_NOREPLACE #define RENAME_NOREPLACE (1 << 0) #endif |