diff options
author | Jan Engelhardt <jengelh@linux01.gwdg.de> | 2007-07-10 06:24:17 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2007-07-10 07:43:28 -0400 |
commit | 5f5c926e3cba972636b50ab872b421e992d4f401 (patch) | |
tree | ac7dc67926b29c27711500fc6a1b7cb468491f34 /init | |
parent | 16ed002f224738366c1809023ec70a71ae51421c (diff) |
block/Kconfig already has its own "menuconfig" so remove these
"menu, endmenu" that did not get cleaned up in the block patch
[ http://lkml.org/lkml/2007/4/10/251 ]
Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig index a9e99f8328ff..d9d878a3bb46 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -686,6 +686,4 @@ config STOP_MACHINE | |||
686 | Need stop_machine() primitive. | 686 | Need stop_machine() primitive. |
687 | endmenu | 687 | endmenu |
688 | 688 | ||
689 | menu "Block layer" | ||
690 | source "block/Kconfig" | 689 | source "block/Kconfig" |
691 | endmenu | ||