[PATCH] DEBUG_FS must depend on SYSFS
authorAdrian Bunk <bunk@stusta.de>
Fri, 29 Jul 2005 19:14:28 +0000 (12:14 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 29 Jul 2005 20:12:49 +0000 (13:12 -0700)
commit3348e05a4f25489908d9f7ed4e80ac291ead18f4
tree609f4e182548ebe2609262404b56b5fb07615c19
parent9ca1eb3282b6050c295adb296761f8d26baf4ca5
[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 <bunk@stusta.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
lib/Kconfig.debug