Skip to content

Commit

Permalink
Merge branch 'devlink-move-devlink-dev-code-to-a-separate-file'
Browse files Browse the repository at this point in the history
Moshe Shemesh says:

====================
devlink: Move devlink dev code to a separate file

This patchset is moving code from the file leftover.c to new file dev.c.
About 1.3K lines are moved by this patchset covering most of the devlink
dev object callbacks and functionality: reload, eswitch, info, flash and
selftest.
====================

Link: https://lore.kernel.org/r/1675349226-284034-1-git-send-email-moshe@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Jakub Kicinski committed Feb 4, 2023
2 parents d795527 + 7c976c7 commit dfefcb0
Show file tree
Hide file tree
Showing 4 changed files with 1,435 additions and 1,410 deletions.
2 changes: 1 addition & 1 deletion net/devlink/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# SPDX-License-Identifier: GPL-2.0

obj-y := leftover.o core.o netlink.o
obj-y := leftover.o core.o netlink.o dev.o
Loading

0 comments on commit dfefcb0

Please sign in to comment.