add struct kobj_attribute
authorjsg <jsg@openbsd.org>
Fri, 10 Jun 2022 00:50:50 +0000 (00:50 +0000)
committerjsg <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

index 48a308a..310b3b5 100644 (file)
@@ -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)
 {