arm: simplify two-level sysctl registration for ctl_isa_vars
authorLuis Chamberlain <mcgrof@kernel.org>
Fri, 10 Mar 2023 08:50:50 +0000 (00:50 -0800)
committerLuis Chamberlain <mcgrof@kernel.org>
Thu, 13 Apr 2023 18:49:35 +0000 (11:49 -0700)
commitca14ccf310ee9d575c3bacbf1d61d9640d0025b6
tree12afccb22131bd2288d41d661d14814f6551b0b7
parent03860ef038e6435c5ea2bda24dc5698e0da60ebc
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>
arch/arm/kernel/isa.c