artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15aff9a
)
add struct kobj_attribute
author
jsg
<jsg@openbsd.org>
Fri, 10 Jun 2022 00:50:50 +0000
(
00:50
+0000)
committer
jsg
<jsg@openbsd.org>
Fri, 10 Jun 2022 00:50:50 +0000
(
00:50
+0000)
required for 5.15.46 inteldrm
sys/dev/pci/drm/include/linux/kobject.h
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/include/linux/kobject.h
b/sys/dev/pci/drm/include/linux/kobject.h
index
48a308a
..
310b3b5
100644
(file)
--- a/
sys/dev/pci/drm/include/linux/kobject.h
+++ b/
sys/dev/pci/drm/include/linux/kobject.h
@@
-16,6
+16,9
@@
struct kobj_type {
void (*release)(struct kobject *);
};
+struct kobj_attribute {
+};
+
static inline void
kobject_init(struct kobject *obj, struct kobj_type *type)
{