]> git.hungrycats.org Git - linux/commitdiff
[PATCH] MODULE_FORCE_UNLOAD must depend on MODULE_UNLOAD (fwd)
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 13 Jan 2003 12:14:40 +0000 (04:14 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 13 Jan 2003 12:14:40 +0000 (04:14 -0800)
From:  Adrian Bunk <bunk@fs.tum.de>

init/Kconfig

index 2868e39049c00c63bfb42f72e48d292c16fa0b46..4fd237cb6a7f0021f009b26d24fa5fd7589e1320 100644 (file)
@@ -156,7 +156,7 @@ config MODULE_UNLOAD
 
 config MODULE_FORCE_UNLOAD
        bool "Forced module unloading"
-       depends on MODULES && EXPERIMENTAL
+       depends on MODULE_UNLOAD && EXPERIMENTAL
        help
          This option allows you to force a module to unload, even if the
          kernel believes it is unsafe: the kernel will remove the module