Now that use of "slave" has been replaced by "port", rename this file too.
Cc: Jay Vosburgh <[email protected]> Cc: Veaceslav Falico <[email protected]> Cc: Andy Gospodarek <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: Jakub Kicinski <[email protected]> Cc: Thomas Davis <[email protected]> Cc: [email protected] Signed-off-by: Jarod Wilson <[email protected]> --- drivers/net/bonding/Makefile | 2 +- drivers/net/bonding/{bond_sysfs_slave.c => bond_sysfs_port.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename drivers/net/bonding/{bond_sysfs_slave.c => bond_sysfs_port.c} (100%) diff --git a/drivers/net/bonding/Makefile b/drivers/net/bonding/Makefile index 30e8ae3da2da..2ed0083514a6 100644 --- a/drivers/net/bonding/Makefile +++ b/drivers/net/bonding/Makefile @@ -5,7 +5,7 @@ obj-$(CONFIG_BONDING) += bonding.o -bonding-objs := bond_main.o bond_3ad.o bond_alb.o bond_sysfs.o bond_sysfs_slave.o bond_debugfs.o bond_netlink.o bond_options.o +bonding-objs := bond_main.o bond_3ad.o bond_alb.o bond_sysfs.o bond_sysfs_port.o bond_debugfs.o bond_netlink.o bond_options.o proc-$(CONFIG_PROC_FS) += bond_procfs.o bonding-objs += $(proc-y) diff --git a/drivers/net/bonding/bond_sysfs_slave.c b/drivers/net/bonding/bond_sysfs_port.c similarity index 100% rename from drivers/net/bonding/bond_sysfs_slave.c rename to drivers/net/bonding/bond_sysfs_port.c -- 2.27.0
