From: Jan Engelhardt 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 Cc: Jens Axboe Signed-off-by: Andrew Morton --- init/Kconfig | 2 -- 1 files changed, 2 deletions(-) diff -puN init/Kconfig~use-menuconfig-objects-ib-block init/Kconfig --- a/init/Kconfig~use-menuconfig-objects-ib-block +++ a/init/Kconfig @@ -686,6 +686,4 @@ config STOP_MACHINE Need stop_machine() primitive. endmenu -menu "Block layer" source "block/Kconfig" -endmenu _