> Please try this:
> 
> --- a/drivers/char/tty_io.c.orig      2005-01-14 21:11:58.002189784 -0200
> +++ b/drivers/char/tty_io.c   2005-01-14 21:12:53.743715784 -0200
> @@ -718,7 +718,7 @@
>       wake_up_interruptible(&tty->write_wait);
>  }
>  
> -EXPORT_SYMBOL_GPL(tty_wakeup);
> +EXPORT_SYMBOL(tty_wakeup);
>  
when you merge this, please also add a comment that says "this is
actually a _GPL export but we can't do that in 2.4 for modutils compat
reasons"

To not loose that information and to make the status clear that people
shouldn't rely on these in binary modules

-
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