net: netconsole: move netconsole_target config_item to config_group
authorMatthew Wood <thepacketgeek@gmail.com>
Sun, 4 Feb 2024 23:27:33 +0000 (15:27 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Feb 2024 10:23:45 +0000 (10:23 +0000)
commitbd9c69a36efd863ac915caa0f9e6dd57be0dde3e
tree3d114a8fcfa599b679d1b3dc8c0227a04a583d08
parent602ad3b4dd578631a250edb03f36f8e5f911ec1a
net: netconsole: move netconsole_target config_item to config_group

In order to support a nested userdata config_group in later patches,
use a config_group for netconsole_target instead of a
config_item. It's a no-op functionality-wise, since
config_group maintains all features of a config_item via the cg_item
member.

Signed-off-by: Matthew Wood <thepacketgeek@gmail.com>
Reviewed-by: Breno Leitao <leitao@debian.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/netconsole.c