procfs: new helper - PDE_DATA(inode)
[deliverable/linux.git] / drivers / isdn / hardware / avm / b1.c
index 821f7ac33b37f18febd2f8677e7e8dca4187f01e..4d9b195547c5cc253b827c7c6d79d036612e43f6 100644 (file)
@@ -702,7 +702,7 @@ static int b1ctl_proc_show(struct seq_file *m, void *v)
 
 static int b1ctl_proc_open(struct inode *inode, struct file *file)
 {
-       return single_open(file, b1ctl_proc_show, PDE(inode)->data);
+       return single_open(file, b1ctl_proc_show, PDE_DATA(inode));
 }
 
 const struct file_operations b1ctl_proc_fops = {
This page took 0.039469 seconds and 5 git commands to generate.