From: David Howells Date: Fri, 12 Apr 2013 17:03:36 +0000 (+0100) Subject: proc: Make the PROC_I() and PDE() macros internal to procfs X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~74^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c30480b92cf497aa3b463367a82f1c2fdc5c46e9;p=pandora-kernel.git proc: Make the PROC_I() and PDE() macros internal to procfs Make the PROC_I() and PDE() macros internal to procfs. This means making PDE_DATA() out of line. This could be made more optimal by storing PDE()->data into inode->i_private. Also provide a __PDE_DATA() that is inline and internal to procfs. Signed-off-by: David Howells Signed-off-by: Al Viro --- Reading git-diff-tree failed