mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
linuxkpi: Add default_groups field to struct kobj_type
We don't use it, but it is set by the DRM drivers. Reviewed by: manu Approved by: manu Differential Revision: https://reviews.freebsd.org/D39051
This commit is contained in:
parent
e91f5814b8
commit
19a355436e
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ struct kobj_type {
|
|||
void (*release)(struct kobject *kobj);
|
||||
const struct sysfs_ops *sysfs_ops;
|
||||
struct attribute **default_attrs;
|
||||
const struct attribute_group **default_groups;
|
||||
};
|
||||
|
||||
extern const struct kobj_type linux_kfree_type;
|
||||
|
|
|
|||
Loading…
Reference in a new issue