]> git.baikalelectronics.ru Git - kernel.git/commit
devlink: Delete not-used single parameter notification APIs
authorLeon Romanovsky <leonro@nvidia.com>
Tue, 14 Sep 2021 12:58:29 +0000 (15:58 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Sep 2021 15:12:55 +0000 (16:12 +0100)
commitd2dbadf59c4417de9cdeac338a36e6929f367e4f
treeb37cf7a8c8532f39b8af48e454f3092970a082df
parent33542cc7ea6797c12c939dc80cea3c1e0fe92664
devlink: Delete not-used single parameter notification APIs

There is no need in specific devlink_param_*publish(), because same
output can be achieved by using devlink_params_*publish() in correct
places.

Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Acked-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/devlink.h
net/core/devlink.c