Merge branch 'devlink-finish-file-split-and-get-retire-leftover-c'
authorJakub Kicinski <kuba@kernel.org>
Mon, 28 Aug 2023 15:02:37 +0000 (08:02 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 28 Aug 2023 15:02:38 +0000 (08:02 -0700)
commit4b151e75aa5e8583a67328e02566c577c992d9a1
tree6b4c3b28b00738c5400631f9f77cf107ab267b26
parent8be6f88b9d3fe1f6724daec4a70d6023742c9df7
parent71179ac5c21185171556bc438d5f22d566948d7f
Merge branch 'devlink-finish-file-split-and-get-retire-leftover-c'

Jiri Pirko says:

====================
devlink: finish file split and get retire leftover.c

This patchset finishes a move Jakub started and Moshe continued in the
past. I was planning to do this for a long time, so here it is, finally.

This patchset does not change any behaviour. It just splits leftover.c
into per-object files and do necessary changes, like declaring functions
used from other code, on the way.

The last 3 patches are pushing the rest of the code into appropriate
existing files.
====================

Link: https://lore.kernel.org/r/20230828061657.300667-1-jiri@resnulli.us
Signed-off-by: Jakub Kicinski <kuba@kernel.org>