[PATCH 2.4.21-BK] Fix typo in arch/arm/config.in

Marc-Christian Petersen (m.c.p@wolk-project.de)
Fri, 13 Dec 2002 18:47:08 +0100


--------------Boundary-00=_K2K2YIU99RFMXFMIJW7Y
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi Marcelo,

this fixes a typo in arch/arm/config.in.

old: source drivers/ssi/Config.in
new:=09source drivers/scsi/Config.in

Without it, make menuconfig crashes.

ciao, Marc
--------------Boundary-00=_K2K2YIU99RFMXFMIJW7Y
Content-Type: text/x-diff;
charset="us-ascii";
name="218_arch-arm-fix-typo.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="218_arch-arm-fix-typo.patch"

--- linux-old/arch/arm/config.in 2002-12-13 18:42:10.000000000 +0100
+++ linux-wolk4/arch/arm/config.in 2002-12-13 18:42:32.000000000 +0100
@@ -542,7 +542,7 @@
endmenu

if [ "$CONFIG_ARCH_CLPS711X" = "y" ]; then
- source drivers/ssi/Config.in
+ source drivers/scsi/Config.in
fi

source drivers/ieee1394/Config.in

--------------Boundary-00=_K2K2YIU99RFMXFMIJW7Y--

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