On 02.23 Alan Cox wrote:
> 
>         Handle with care.. Its possible the ioremap debugging change
>         might remove casts that hid older problems in a few drivers
> 
> 
>       ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/
> 
> 2.4.2-ac3

make xconfig:

/tkparse < ../arch/i386/config.in >> kconfig.tk
drivers/scsi/pcmcia/Config.in: 20: unterminated 'if' condition

Misses a backslash at EOL.
if [ "$CONFIG_PCMCIA_QLOGIC" = "y" -o "$CONFIG_PCMCIA_AHA152X" = "y" -o \
     "$CONFIG_PCMCIA_FDOMAIN" = "y" -o "$CONFIG_PCMCIA_APA1480" = "y" -o
                                                                      ^^^^^^^
     "$CONFIG_PCMCIA_NINJA_SCSI" ]; then
   define_bool CONFIG_PCMCIA_SCSICARD y
fi

-- 
J.A. Magallon                                                      $> cd pub
mailto:[EMAIL PROTECTED]                                          $> more beer

Linux werewolf 2.4.2-ac1 #2 SMP Fri Feb 23 02:34:42 CET 2001 i686

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

Reply via email to