Messages in this thread Patch in this message |  | | From | Paul Mackerras <> | Date | Tue, 27 Aug 2002 11:07:14 +1000 (EST) | Subject | [PATCH] fix drivers/char/Config.in bogon |
| |
Vojtech,
You deleted a `fi' rather than an `else' in drivers/char/Config.in. Here's a patch to fix it.
Paul.
diff -urN linux-2.5/drivers/char/Config.in pmac-2.5/drivers/char/Config.in --- linux-2.5/drivers/char/Config.in Tue Aug 27 07:03:08 2002 +++ pmac-2.5/drivers/char/Config.in Tue Aug 27 09:40:53 2002 @@ -57,7 +57,7 @@ bool 'Enable Qtronix 990P Keyboard Support' CONFIG_QTRONIX_KEYBOARD if [ "$CONFIG_QTRONIX_KEYBOARD" = "y" ]; then define_bool CONFIG_IT8172_CIR y - else + fi bool 'Enable Smart Card Reader 0 Support ' CONFIG_IT8172_SCR0 bool 'Enable Smart Card Reader 1 Support ' CONFIG_IT8172_SCR1 fi - 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/
|  |