mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
Revert "workqueue: make wq_subsys const"
This reverts commitd412ace111
. This leads to build failures as it depends on a driver-core commit32f78abe59
("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/
This commit is contained in:
parent
4cb1ef6460
commit
4f19b8e01e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue