From: Horms Date: Tue, 1 Nov 2005 07:44:29 +0000 (-0800) Subject: [PATCH] audit_sysctl_exit can only be used with CONF_AUDIT_SYSCTL X-Git-Tag: v2.6.15-rc1~18^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebd50e500185a711e708653460d19f1dbb3ef944;p=pandora-kernel.git [PATCH] audit_sysctl_exit can only be used with CONF_AUDIT_SYSCTL This section of code calls .audit_syscal_exit, but is inside CONFIG_AUDIT, so it will fail to build if CONFIG_AUDITSYSCALL is not defined. After discussion with David Woodhouse, change the ifdef to CONFIG_AUDITSYSCALL Signed-off-by: Horms Acked-by: David Woodhouse Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed