CONFIG_DLM=y and CONFIG_SYSFS=n results in the following compile error:

<--  snip  -->

...
  LD      vmlinux
drivers/built-in.o:(.data+0x271e80): undefined reference to `kernel_subsys'
make: *** [vmlinux] Error 1

<--  snip  -->


Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

--- linux-2.6.13-rc3-mm1-full/drivers/dlm/Kconfig.old   2005-07-23 
22:24:35.000000000 +0200
+++ linux-2.6.13-rc3-mm1-full/drivers/dlm/Kconfig       2005-07-23 
22:26:00.000000000 +0200
@@ -3,6 +3,7 @@
 
 config DLM
        tristate "Distributed Lock Manager (DLM)"
+       depends on SYSFS
        select IP_SCTP
        help
        A general purpose distributed lock manager for kernel or userspace

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to