netdevsim: put netdevsim bus code into separate file

As the code related to netdevsim bus is going to get bigger, move the
existing code to a separate file.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Jiri Pirko
2019-04-25 15:59:44 +02:00
committato da David S. Miller
parent 8fb4bc6fd5
commit 925f5afedb
4 ha cambiato i file con 38 aggiunte e 13 eliminazioni

Vedi File

@@ -3,7 +3,7 @@
obj-$(CONFIG_NETDEVSIM) += netdevsim.o
netdevsim-objs := \
netdev.o dev.o fib.o sdev.o
netdev.o dev.o fib.o sdev.o bus.o
ifeq ($(CONFIG_BPF_SYSCALL),y)
netdevsim-objs += \