All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
To: R.E.Wolff@BitWizard.nl
Cc: linux-kernel@vger.kernel.org
Subject: rio_init, tty_io call confusion.  2.4.8-pre4
Date: Mon, 06 Aug 2001 14:22:00 +1000	[thread overview]
Message-ID: <32756.997071720@ocs3.ocs-net> (raw)

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.


             reply	other threads:[~2001-08-06  4:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-06  4:22 Keith Owens [this message]
2001-08-06 12:21 ` rio_init, tty_io call confusion. 2.4.8-pre4 Alan Cox
2001-08-06 12:23   ` Rogier Wolff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=32756.997071720@ocs3.ocs-net \
    --to=kaos@ocs.com.au \
    --cc=R.E.Wolff@BitWizard.nl \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.