Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert "workqueue: make wq_subsys const"

This reverts commit d412ace11144aa2bf692c7cf9778351efc15c827. This leads to
build failures as it depends on a driver-core commit 32f78abe59c7 ("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 -1
+1 -1
kernel/workqueue.c
··· 6874 6874 __ATTR_NULL, 6875 6875 }; 6876 6876 6877 - static const struct bus_type wq_subsys = { 6877 + static struct bus_type wq_subsys = { 6878 6878 .name = "workqueue", 6879 6879 .dev_groups = wq_sysfs_groups, 6880 6880 };