another fix for the ar7 serial port
[openwrt-10.03/.git] / target / linux / linux-2.4 / patches / ar7 / 000-ar7_support.patch
index 45052961ea13d540e99b2916a3e9684ef07be1bf..e06c7ee89ac6c808c4d2fa4302ec9489f2a76a55 100644 (file)
@@ -3356,7 +3356,7 @@ diff -urN linux.old/drivers/char/serial.c linux.dev/drivers/char/serial.c
   * needed for certain old 386 machines, I've left these #define's
   * in....
   */
-+#ifdef CONFIG_AR7
++#ifndef CONFIG_AR7
  #define serial_inp(info, offset)              serial_in(info, offset)
  #define serial_outp(info, offset, value)      serial_out(info, offset, value)
 +#endif