From: Adrian Bunk <bunk@stusta.de>

The LOG_BUF_SHIFT from lib/Kconfig.debug is sufficient.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Paul Mundt <lethal@Linux-SH.ORG>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 arch/sh64/Kconfig |    4 ----
 1 files changed, 4 deletions(-)

diff -puN arch/sh64/Kconfig~arch-sh64-kconfig-doesnt-need-its-own-log_buf_shift arch/sh64/Kconfig
--- devel/arch/sh64/Kconfig~arch-sh64-kconfig-doesnt-need-its-own-log_buf_shift	2005-08-08 22:16:57.000000000 -0700
+++ devel-akpm/arch/sh64/Kconfig	2005-08-08 22:16:57.000000000 -0700
@@ -29,10 +29,6 @@ config GENERIC_CALIBRATE_DELAY
 	bool
 	default y
 
-config LOG_BUF_SHIFT
-	int
-	default 14
-
 config RWSEM_XCHGADD_ALGORITHM
 	bool
 
_