From: Adrian Bunk Date: Fri, 29 Jul 2005 19:14:28 +0000 (-0700) Subject: [PATCH] DEBUG_FS must depend on SYSFS X-Git-Tag: v2.6.13-rc5~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3348e05a4f25489908d9f7ed4e80ac291ead18f4;p=pandora-kernel.git [PATCH] DEBUG_FS must depend on SYSFS CONFIG_DEBUG_FS=y and CONFIG_SYSFS=n results in the following compile error: <-- snip --> ... LD vmlinux fs/built-in.o: In function `debugfs_init': inode.c:(.init.text+0x31be): undefined reference to `kernel_subsys' make: *** [vmlinux] Error 1 <-- snip --> Signed-off-by: Adrian Bunk Signed-off-by: Greg Kroah-Hartman Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed