From: Adrian Bunk Date: Mon, 22 Aug 2005 16:20:50 +0000 (+0200) Subject: [PATCH] SECURITY must depend on SYSFS X-Git-Tag: v2.6.14-rc2~48^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c40579bdc2a94977fcff2521d5b53a97c33e77a;p=pandora-kernel.git [PATCH] SECURITY must depend on SYSFS CONFIG_SECURITY=y and CONFIG_SYSFS=n results in the following compile error: <-- snip --> ... LD vmlinux security/built-in.o: In function `securityfs_init': inode.c:(.init.text+0x1c2): undefined reference to `kernel_subsys' make: *** [vmlinux] Error 1 <-- snip --> Signed-off-by: Adrian Bunk Signed-off-by: Chris Wright --- Reading git-diff-tree failed