artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcc61dd
)
Replace sys/selinfo.h header with sys/event.h. drm_device.h has no
author
mvs
<mvs@openbsd.org>
Wed, 13 Sep 2023 14:24:37 +0000
(14:24 +0000)
committer
mvs
<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
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/include/drm/drm_device.h
b/sys/dev/pci/drm/include/drm/drm_device.h
index
10f78ed
..
55e84dd
100644
(file)
--- 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>