From: Keith Owens <kaos@ocs.com.au>
To: linux-ia64@vger.kernel.org
Subject: Re: 2.6.3 compilation problem
Date: Fri, 12 Mar 2004 06:01:07 +0000 [thread overview]
Message-ID: <5784.1079071267@kao2.melbourne.sgi.com> (raw)
In-Reply-To: <002f01c40735$8d2cc880$39624c0f@india.hp.com>
On Thu, 11 Mar 2004 21:42:04 -0800,
"H. J. Lu" <hjl@lucon.org> wrote:
>which means it will be discarded if the driver is builtin. If
>xxx_remove may be discarded, please make sure there is
>
>#ifdef MODULE
> remove: xxx_remove,
>#endif
>
>so that xxx_remove won't be included when the driver is builtin.
remove: __devexit_p(xxx_remove),
is the correct method. The pointer is required for CONFIG_MODULE
_or_ CONFIG_HOTPLUG, otherwise it must be set to NULL. __devexit_p()
does all that.
next prev parent reply other threads:[~2004-03-12 6:01 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-11 6:55 2.6.3 compilation problem Sourav Sen
2004-03-11 6:57 ` Zhang, Yanmin
2004-03-11 8:32 ` Liu, Benjamin
2004-03-11 18:37 ` Kenneth Chen
2004-03-12 3:52 ` Liu, Benjamin
2004-03-12 5:42 ` H. J. Lu
2004-03-12 5:54 ` Chen, Kenneth W
2004-03-12 6:01 ` Keith Owens [this message]
2004-03-12 9:15 ` Liu, Benjamin
2004-03-12 9:25 ` Liu, Benjamin
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=5784.1079071267@kao2.melbourne.sgi.com \
--to=kaos@ocs.com.au \
--cc=linux-ia64@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox