ソースを参照

net: hsr: rename hsr directory to hsr-prp to introduce prp

As prp driver re-uses code from hsr, rename the directory to
net/hsr-prp as a preparatory step.

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Murali Karicheri 6 年 前
コミット
a1d97420af

+ 1 - 1
net/Kconfig

@@ -232,7 +232,7 @@ source "net/vmw_vsock/Kconfig"
 source "net/netlink/Kconfig"
 source "net/mpls/Kconfig"
 source "net/nsh/Kconfig"
-source "net/hsr/Kconfig"
+source "net/hsr-prp/Kconfig"
 source "net/switchdev/Kconfig"
 source "net/l3mdev/Kconfig"
 source "net/qrtr/Kconfig"

+ 1 - 1
net/Makefile

@@ -77,7 +77,7 @@ obj-$(CONFIG_OPENVSWITCH)	+= openvswitch/
 obj-$(CONFIG_VSOCKETS)	+= vmw_vsock/
 obj-$(CONFIG_MPLS)		+= mpls/
 obj-$(CONFIG_NET_NSH)		+= nsh/
-obj-$(CONFIG_HSR_PRP)		+= hsr/
+obj-$(CONFIG_HSR_PRP)		+= hsr-prp/
 ifneq ($(CONFIG_NET_SWITCHDEV),)
 obj-y				+= switchdev/
 endif

+ 0 - 0
net/hsr/Kconfig → net/hsr-prp/Kconfig


+ 0 - 0
net/hsr/Makefile → net/hsr-prp/Makefile


+ 0 - 0
net/hsr/hsr_debugfs.c → net/hsr-prp/hsr_debugfs.c


+ 0 - 0
net/hsr/hsr_device.c → net/hsr-prp/hsr_device.c


+ 0 - 0
net/hsr/hsr_device.h → net/hsr-prp/hsr_device.h


+ 0 - 0
net/hsr/hsr_forward.c → net/hsr-prp/hsr_forward.c


+ 0 - 0
net/hsr/hsr_forward.h → net/hsr-prp/hsr_forward.h


+ 0 - 0
net/hsr/hsr_framereg.c → net/hsr-prp/hsr_framereg.c


+ 0 - 0
net/hsr/hsr_framereg.h → net/hsr-prp/hsr_framereg.h


+ 0 - 0
net/hsr/hsr_main.c → net/hsr-prp/hsr_main.c


+ 0 - 0
net/hsr/hsr_main.h → net/hsr-prp/hsr_main.h


+ 0 - 0
net/hsr/hsr_netlink.c → net/hsr-prp/hsr_netlink.c


+ 0 - 0
net/hsr/hsr_netlink.h → net/hsr-prp/hsr_netlink.h


+ 0 - 0
net/hsr/hsr_slave.c → net/hsr-prp/hsr_slave.c


+ 0 - 0
net/hsr/hsr_slave.h → net/hsr-prp/hsr_slave.h