ASoC: Add mc13783 codec
[deliverable/linux.git] / net / core / dev_addr_lists.c
index 29c07fef922847aaabf4cd24c91f91d477c4edc0..626698f0db8b4624ee2f18c5e1856227fe9c67ed 100644 (file)
@@ -696,7 +696,8 @@ static const struct seq_operations dev_mc_seq_ops = {
 
 static int dev_mc_seq_open(struct inode *inode, struct file *file)
 {
-       return dev_seq_open_ops(inode, file, &dev_mc_seq_ops);
+       return seq_open_net(inode, file, &dev_mc_seq_ops,
+                           sizeof(struct seq_net_private));
 }
 
 static const struct file_operations dev_mc_seq_fops = {
This page took 0.025484 seconds and 5 git commands to generate.