From: David Howells Date: Thu, 11 Apr 2013 02:20:50 +0000 (+0100) Subject: proc: Delete create_proc_read_entry() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~74^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cb5bf1bf947d325fcf6e9458952b51cfd7e6677;p=pandora-kernel.git proc: Delete create_proc_read_entry() Delete create_proc_read_entry() as it no longer has any users. Also delete read_proc_t, write_proc_t, the read_proc member of the proc_dir_entry struct and the support functions that use them. This saves a pointer for every PDE allocated. Signed-off-by: David Howells Signed-off-by: Al Viro --- Reading git-diff-tree failed