mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
b4740e3a81
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>
4 lines
88 B
Makefile
4 lines
88 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-y := leftover.o core.o netlink.o dev.o health.o
|