[-mm patch] fix typo in arch/h8300/Kconfig.cpu

From: Adrian Bunk
Date: Sat May 07 2005 - 10:03:45 EST


On Sat, May 07, 2005 at 03:20:02PM +0200, Jan Dittmer wrote:
>
> Well I built something like this now which I mail to myself,
> overlook and then going sent to lkml:
>...
> - h8300: still broken
> Details: http://l4x.org/k/?d=3480
>...
> Link to this page: http://l4x.org/k/?diff[v1]=mm

Trivial fix below.

> Jan

cu
Adrian


<-- snip -->


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

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.12-rc3-mm3-full/arch/h8300/Kconfig.cpu.old 2005-05-07 16:59:48.000000000 +0200
+++ linux-2.6.12-rc3-mm3-full/arch/h8300/Kconfig.cpu 2005-05-07 17:00:12.000000000 +0200
@@ -181,6 +181,6 @@
bool "Preemptible Kernel"
default n

-source "mm/Kconfig'
+source "mm/Kconfig"

endmenu

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/