projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16ed002
)
block/Kconfig already has its own "menuconfig" so remove these
author
Jan Engelhardt
<jengelh@linux01.gwdg.de>
Tue, 10 Jul 2007 10:24:17 +0000
(12:24 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Tue, 10 Jul 2007 11:43:28 +0000
(13:43 +0200)
"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>
init/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/init/Kconfig
b/init/Kconfig
index a9e99f8328ff485386faf668b61ee59c7a1fb085..d9d878a3bb46835e1f2c4301620975e05757ee1d 100644
(file)
--- a/
init/Kconfig
+++ b/
init/Kconfig
@@
-686,6
+686,4
@@
config STOP_MACHINE
Need stop_machine() primitive.
endmenu
-menu "Block layer"
source "block/Kconfig"
-endmenu