Skip to content

Commit 4f19b8e

Browse files
committed
Revert "workqueue: make wq_subsys const"
This reverts commit d412ace. This leads to build failures as it depends on a driver-core commit 32f78ab ("driver core: bus: constantify subsys_register() calls"). Let's drop it from wq tree and route it through driver-core tree. Signed-off-by: Tejun Heo <tj@kernel.org> Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202402051505.kM9Rr3CJ-lkp@intel.com/
1 parent 4cb1ef6 commit 4f19b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/workqueue.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6874,7 +6874,7 @@ static struct device_attribute wq_sysfs_unbound_attrs[] = {
68746874
__ATTR_NULL,
68756875
};
68766876

6877-
static const struct bus_type wq_subsys = {
6877+
static struct bus_type wq_subsys = {
68786878
.name = "workqueue",
68796879
.dev_groups = wq_sysfs_groups,
68806880
};

0 commit comments

Comments
 (0)