From: akpm@linux-foundation.org Date: Tue, 6 Jan 2009 22:42:51 +0000 (-0800) Subject: ipc/ipc_sysctl.c: move the definition of ipc_auto_callback() X-Git-Tag: v2.6.29-rc1~246 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c2c3b4aaf3c10a636490438e9648a314ce414f9;p=pandora-kernel.git ipc/ipc_sysctl.c: move the definition of ipc_auto_callback() proc_ipcauto_dointvec_minmax() is the only user of ipc_auto_callback(), since the former function is protected by CONFIG_PROC_FS, so should be the latter one. Just move its definition down. Signed-off-by: WANG Cong Cc: Eric Biederman Cc: Nadia Derbey Cc: Alexey Dobriyan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed