All of lore.kernel.org
 help / color / mirror / Atom feed
* rio_init, tty_io call confusion.  2.4.8-pre4
@ 2001-08-06  4:22 Keith Owens
  2001-08-06 12:21 ` Alan Cox
  0 siblings, 1 reply; 3+ messages in thread
From: Keith Owens @ 2001-08-06  4:22 UTC (permalink / raw)
  To: R.E.Wolff; +Cc: linux-kernel

drivers/char/tty_io calls rio_init and gets a link error when rio is
linked into the kenrel because rio_init is declared as static.  However
rio_init is also declared as module_init() so it gets called twice, one
from tty_io and once from the kernel initcall code.  One of those calls
has to go.  If you keep the tty_io call then rio_init cannot be static.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-08-06 12:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-06  4:22 rio_init, tty_io call confusion. 2.4.8-pre4 Keith Owens
2001-08-06 12:21 ` Alan Cox
2001-08-06 12:23   ` Rogier Wolff

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.