From: Serge E. Hallyn Date: Thu, 2 Apr 2009 23:58:27 +0000 (-0700) Subject: proc_sysctl: use CONFIG_PROC_SYSCTL around ipc and utsname proc_handlers X-Git-Tag: v2.6.30-rc1~318 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11dea1900931ac73184b2f5163a13d24a4e572ea;p=pandora-kernel.git proc_sysctl: use CONFIG_PROC_SYSCTL around ipc and utsname proc_handlers As pointed out by Cedric Le Goater (in response to Alexey's original comment wrt mqns), ipc_sysctl.c and utsname_sysctl.c are using CONFIG_PROC_FS, not CONFIG_PROC_SYSCTL, to determine whether to define the proc_handlers. Change that. Signed-off-by: Serge E. Hallyn Cc: Cedric Le Goater Acked-by: Alexey Dobriyan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed