summaryrefslogtreecommitdiffstats
path: root/net/devlink/Makefile
diff options
context:
space:
mode:
authorMoshe Shemesh <moshe@nvidia.com>2023-02-14 17:37:57 +0100
committerJakub Kicinski <kuba@kernel.org>2023-02-16 04:15:44 +0100
commitb4740e3a8137faa5831c690d0bf0b46f41008baf (patch)
treef4d3b8909ec46b0e0f35b20e915ce8f99b69a1a6 /net/devlink/Makefile
parentice: update xdp_features with xdp multi-buff (diff)
downloadlinux-b4740e3a8137faa5831c690d0bf0b46f41008baf.tar.xz
linux-b4740e3a8137faa5831c690d0bf0b46f41008baf.zip
devlink: Split out health reporter create code
Move devlink health reporter create/destroy and related dev code to new file health.c. This file shall include all callbacks and functionality that are related to devlink health. In addition, fix kdoc indentation and make reporter create/destroy kdoc more clear. No functional change in this patch. Signed-off-by: Moshe Shemesh <moshe@nvidia.com> Reviewed-by: Jiri Pirko <jiri@nvidia.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/devlink/Makefile')
-rw-r--r--net/devlink/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/devlink/Makefile b/net/devlink/Makefile
index daad4521c61e..ef91a76646a3 100644
--- a/net/devlink/Makefile
+++ b/net/devlink/Makefile
@@ -1,3 +1,3 @@
# SPDX-License-Identifier: GPL-2.0
-obj-y := leftover.o core.o netlink.o dev.o
+obj-y := leftover.o core.o netlink.o dev.o health.o