batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_
[deliverable/linux.git] / net / batman-adv / bat_debugfs.c
index 444d10bc9552800dd06416df86c156e2807cb955..71b225c1b5cac39bb7d7bbd6109ee118bac7093b 100644 (file)
@@ -249,7 +249,8 @@ static int transtable_global_open(struct inode *inode, struct file *file)
 static int bla_claim_table_open(struct inode *inode, struct file *file)
 {
        struct net_device *net_dev = (struct net_device *)inode->i_private;
-       return single_open(file, bla_claim_table_seq_print_text, net_dev);
+       return single_open(file, batadv_bla_claim_table_seq_print_text,
+                          net_dev);
 }
 #endif
 
This page took 0.024869 seconds and 5 git commands to generate.