OSDN Git Service

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)
commitc2d2f98850665a85bb64374bd8de0d19f9390656
treeb37cf7a8c8532f39b8af48e454f3092970a082df
parente9310aed8e6a5003abb2aa6b9229d2fb9ceb9e85
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