diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/workqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 78b4b992e1a3..524a7fff52af 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c @@ -6874,7 +6874,7 @@ static struct device_attribute wq_sysfs_unbound_attrs[] = { __ATTR_NULL, }; -static const struct bus_type wq_subsys = { +static struct bus_type wq_subsys = { .name = "workqueue", .dev_groups = wq_sysfs_groups, }; |