diff options
Diffstat (limited to 'net/batman-adv/bat_debugfs.c')
-rw-r--r-- | net/batman-adv/bat_debugfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/bat_debugfs.c b/net/batman-adv/bat_debugfs.c index 71b225c1b5ca..7b294b431f88 100644 --- a/net/batman-adv/bat_debugfs.c +++ b/net/batman-adv/bat_debugfs.c | |||
@@ -236,7 +236,7 @@ static int originators_open(struct inode *inode, struct file *file) | |||
236 | static int gateways_open(struct inode *inode, struct file *file) | 236 | static int gateways_open(struct inode *inode, struct file *file) |
237 | { | 237 | { |
238 | struct net_device *net_dev = (struct net_device *)inode->i_private; | 238 | struct net_device *net_dev = (struct net_device *)inode->i_private; |
239 | return single_open(file, gw_client_seq_print_text, net_dev); | 239 | return single_open(file, batadv_gw_client_seq_print_text, net_dev); |
240 | } | 240 | } |
241 | 241 | ||
242 | static int transtable_global_open(struct inode *inode, struct file *file) | 242 | static int transtable_global_open(struct inode *inode, struct file *file) |