commit | ca14ccf310ee9d575c3bacbf1d61d9640d0025b6 | [log] [tgz] |
---|---|---|
author | Luis Chamberlain <mcgrof@kernel.org> | Fri Mar 10 00:50:50 2023 -0800 |
committer | Luis Chamberlain <mcgrof@kernel.org> | Thu Apr 13 11:49:35 2023 -0700 |
tree | 12afccb22131bd2288d41d661d14814f6551b0b7 | |
parent | 03860ef038e6435c5ea2bda24dc5698e0da60ebc [diff] |
arm: simplify two-level sysctl registration for ctl_isa_vars There is no need to declare two tables to just create directories, this can be easily be done with a prefix path with register_sysctl(). Simplify this registration. Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>