* [-mm patch] MTD_UBI_DEBUG must depend on SYSFS
[not found] <20070217215146.30e7ffa3.akpm@linux-foundation.org>
@ 2007-02-21 10:52 ` Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2007-02-21 10:52 UTC (permalink / raw)
To: Andrew Morton, dedekind; +Cc: linux-mtd, linux-kernel
On Sat, Feb 17, 2007 at 09:51:46PM -0800, Andrew Morton wrote:
>...
> Changes since 2.6.20-mm1:
>...
> git-ubi.patch
>...
> git trees
>...
If you select an option, you have to ensure that the dependencies of all
options you are select'ing are fulfilled.
This patch fixes the following compile error:
<-- snip -->
...
LD .tmp_vmlinux1
fs/built-in.o: In function `debugfs_init':
inode.c:(.init.text+0x3621): undefined reference to `kernel_subsys'
make[1]: *** [.tmp_vmlinux1] Error 1
<-- snip -->
I've also removed the superfluous "default n".
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
--- linux-2.6.20-mm2/drivers/mtd/ubi/Kconfig.debug.old 2007-02-20 19:57:23.000000000 +0100
+++ linux-2.6.20-mm2/drivers/mtd/ubi/Kconfig.debug 2007-02-20 19:57:51.000000000 +0100
@@ -5,7 +5,7 @@
config MTD_UBI_DEBUG
bool "UBI debugging"
- default n
+ depends on SYSFS
depends on MTD_UBI
select DEBUG_FS
select KALLSYMS_ALL
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-02-21 10:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20070217215146.30e7ffa3.akpm@linux-foundation.org>
2007-02-21 10:52 ` [-mm patch] MTD_UBI_DEBUG must depend on SYSFS Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox