aboutsummaryrefslogtreecommitdiffstats
path: root/net/hsr/Makefile
diff options
context:
space:
mode:
authorMurali Karicheri <m-karicheri2@ti.com>2019-04-15 11:36:01 -0400
committerDavid S. Miller <davem@davemloft.net>2019-04-15 17:22:01 -0700
commit9c5f8a19b2de2860d4b7764204c52832ac0f4440 (patch)
tree30232de82c7b3dd5f825ff4341229a4049745aa8 /net/hsr/Makefile
parentnet: phy: switch drivers to use dynamic feature detection (diff)
downloadlinux-dev-9c5f8a19b2de2860d4b7764204c52832ac0f4440.tar.xz
linux-dev-9c5f8a19b2de2860d4b7764204c52832ac0f4440.zip
net: hsr: fix naming of file and functions
Fix the file name and functions to match with existing implementation. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/hsr/Makefile')
-rw-r--r--net/hsr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/hsr/Makefile b/net/hsr/Makefile
index d74d89d013b0..e45757fc477f 100644
--- a/net/hsr/Makefile
+++ b/net/hsr/Makefile
@@ -6,4 +6,4 @@ obj-$(CONFIG_HSR) += hsr.o
hsr-y := hsr_main.o hsr_framereg.o hsr_device.o \
hsr_netlink.o hsr_slave.o hsr_forward.o
-hsr-$(CONFIG_DEBUG_FS) += hsr_prp_debugfs.o
+hsr-$(CONFIG_DEBUG_FS) += hsr_debugfs.o