From: Adrian Bunk <bunk@stusta.de>

This patch fixes a trivial typo in introduced by
make-each-arch-use-mm-kconfig.patch.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 arch/h8300/Kconfig.cpu |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/h8300/Kconfig.cpu~make-each-arch-use-mm-kconfig-fix arch/h8300/Kconfig.cpu
--- 25/arch/h8300/Kconfig.cpu~make-each-arch-use-mm-kconfig-fix	Mon May  9 16:20:03 2005
+++ 25-akpm/arch/h8300/Kconfig.cpu	Mon May  9 16:20:03 2005
@@ -181,6 +181,6 @@ config PREEMPT
 	bool "Preemptible Kernel"
 	default n
 
-source "mm/Kconfig'
+source "mm/Kconfig"
 
 endmenu
_