]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ia64: simplify one-level sysctl registration for kdump_ctl_table
authorLuis Chamberlain <mcgrof@kernel.org>
Fri, 10 Mar 2023 09:10:11 +0000 (01:10 -0800)
committerLuis Chamberlain <mcgrof@kernel.org>
Thu, 13 Apr 2023 18:49:35 +0000 (11:49 -0700)
commit03860ef038e6435c5ea2bda24dc5698e0da60ebc
tree36ab2d284e87580cbd249006f0e701a0f8bff1c9
parent3d51cd8ea3c832c50c22e46354ac89e0964ea2d8
ia64: simplify one-level sysctl registration for kdump_ctl_table

There is no need to declare an extra tables to just create directory,
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/ia64/kernel/crash.c