uevent: mv uevent_helper into kobject_uevent.c
authorJoel Granados <joel.granados@kernel.org>
Fri, 27 Jun 2025 07:29:56 +0000 (09:29 +0200)
committerJoel Granados <joel.granados@kernel.org>
Wed, 23 Jul 2025 09:56:02 +0000 (11:56 +0200)
commit88eddb0502d45680efef870ea470a9e8955c5c8b
tree1835e31910b5e5e31bb0ac25cc8768aeea47cc89
parent39dac316f09ae5a0930878d2cae8aea113648b5a
uevent: mv uevent_helper into kobject_uevent.c

Move both uevent_helper table into lib/kobject_uevent.c. Place the
registration early in the initcall order with postcore_initcall.

This is part of a greater effort to move ctl tables into their
respective subsystems which will reduce the merge conflicts in
kernel/sysctl.c.

Signed-off-by: Joel Granados <joel.granados@kernel.org>
kernel/sysctl.c
lib/kobject_uevent.c