diff options
author | Vitaliy Makkoveev <mvs@cvs.openbsd.org> | 2023-09-13 14:24:38 +0000 |
---|---|---|
committer | Vitaliy Makkoveev <mvs@cvs.openbsd.org> | 2023-09-13 14:24:38 +0000 |
commit | ec6e0abf986358b29bf6bb527abcf7583474a64d (patch) | |
tree | d762ec2e00f971e752316ec4747e4094d7cf8e9c /sys/dev | |
parent | 64a31ee157ed7cabf2eb49719001ea090054f17c (diff) |
Replace sys/selinfo.h header with sys/event.h. drm_device.h has no
selinfo stuff, but the `note' member of 'drm_device' structure with type
of klist.
ok jsg
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/drm/include/drm/drm_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/include/drm/drm_device.h b/sys/dev/pci/drm/include/drm/drm_device.h index 10f78ed950f..55e84dd97ba 100644 --- a/sys/dev/pci/drm/include/drm/drm_device.h +++ b/sys/dev/pci/drm/include/drm/drm_device.h @@ -2,7 +2,7 @@ #define _DRM_DEVICE_H_ #include <sys/types.h> -#include <sys/selinfo.h> +#include <sys/event.h> #include <linux/list.h> #include <linux/kref.h> |