proc: Make the PROC_I() and PDE() macros internal to procfs
[platform/adaptation/renesas_rcar/renesas_kernel.git] / fs / proc / proc_devtree.c
index e0043c7..505afc9 100644 (file)
@@ -41,7 +41,7 @@ static int property_proc_show(struct seq_file *m, void *v)
 
 static int property_proc_open(struct inode *inode, struct file *file)
 {
-       return single_open(file, property_proc_show, PDE_DATA(inode));
+       return single_open(file, property_proc_show, __PDE_DATA(inode));
 }
 
 static const struct file_operations property_proc_fops = {