commit | d4ed5d420445a6b4f6301e7152148cfeb96ac1f9 | [log] [tgz] |
---|---|---|
author | Luis Chamberlain <mcgrof@kernel.org> | Thu Nov 18 15:22:34 2021 -0800 |
committer | Luis Chamberlain <mcgrof@kernel.org> | Wed Nov 24 14:52:24 2021 -0800 |
tree | 67650b7715fa85ddcf0877061da9e0bb54ead0b6 | |
parent | 7bc22d5bc862573a0bab8bc4aa8cbbe20796d28d [diff] |
kernel/sysctl.c: use DECLARE_SYSCTL_BASE() Use DECLARE_SYSCTL_BASE() so that if we end up moving all sysctls from one domain to their respective codebase they can simply later just move their respective register_sysctl_base() call. This will make the change easier to read and understand. Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>