Replace sys/selinfo.h header with sys/event.h. drm_device.h has no
authormvs <mvs@openbsd.org>
Wed, 13 Sep 2023 14:24:37 +0000 (14:24 +0000)
committermvs <mvs@openbsd.org>
Wed, 13 Sep 2023 14:24:37 +0000 (14:24 +0000)
selinfo stuff, but the `note' member of 'drm_device' structure with type
of klist.

ok jsg

sys/dev/pci/drm/include/drm/drm_device.h

index 10f78ed..55e84dd 100644 (file)
@@ -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>