]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - lib/Kconfig
linux/dim: Move implementation to .c files
authorTal Gilboa <talgi@mellanox.com>
Thu, 10 Jan 2019 15:33:17 +0000 (17:33 +0200)
committerSaeed Mahameed <saeedm@mellanox.com>
Tue, 25 Jun 2019 20:46:39 +0000 (13:46 -0700)
commit4f75da3666c0c572967729a2401ac650be5581b6
treed050bfc18a162cd7fc85703e473d298e2a042f8d
parent8960b38932bee8db0bc9c4d8c135f21df6cdd297
linux/dim: Move implementation to .c files

Moved all logic from dim.h and net_dim.h to dim.c and net_dim.c.
This is both more structurally appealing and would allow to only
expose externally used functions.

Signed-off-by: Tal Gilboa <talgi@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
17 files changed:
MAINTAINERS
drivers/net/ethernet/broadcom/Kconfig
drivers/net/ethernet/broadcom/bcmsysport.h
drivers/net/ethernet/broadcom/bnxt/bnxt.h
drivers/net/ethernet/broadcom/bnxt/bnxt_debugfs.c
drivers/net/ethernet/broadcom/bnxt/bnxt_dim.c
drivers/net/ethernet/broadcom/genet/bcmgenet.h
drivers/net/ethernet/mellanox/mlx5/core/Kconfig
drivers/net/ethernet/mellanox/mlx5/core/en.h
drivers/net/ethernet/mellanox/mlx5/core/en_dim.c
include/linux/dim.h
include/linux/net_dim.h [deleted file]
lib/Kconfig
lib/Makefile
lib/dim/Makefile [new file with mode: 0644]
lib/dim/dim.c [new file with mode: 0644]
lib/dim/net_dim.c [new file with mode: 0644]