diff options
Diffstat (limited to 'net/ipv6/proc.c')
-rw-r--r-- | net/ipv6/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/proc.c b/net/ipv6/proc.c index bbbe53a99b57..7ea6e180139c 100644 --- a/net/ipv6/proc.c +++ b/net/ipv6/proc.c | |||
@@ -247,7 +247,7 @@ static int snmp6_dev_seq_show(struct seq_file *seq, void *v) | |||
247 | 247 | ||
248 | static int snmp6_dev_seq_open(struct inode *inode, struct file *file) | 248 | static int snmp6_dev_seq_open(struct inode *inode, struct file *file) |
249 | { | 249 | { |
250 | return single_open(file, snmp6_dev_seq_show, PDE(inode)->data); | 250 | return single_open(file, snmp6_dev_seq_show, PDE_DATA(inode)); |
251 | } | 251 | } |
252 | 252 | ||
253 | static const struct file_operations snmp6_dev_seq_fops = { | 253 | static const struct file_operations snmp6_dev_seq_fops = { |