From: Keith Owens <kaos@ocs.com.au>
To: Boris Bezlaj <boris@kista.gajba.net>
Cc: kernel-janitor-discuss
<kernel-janitor-discuss@lists.sourceforge.net>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: mdacon.c minor cleanups
Date: Sun, 24 Mar 2002 16:38:16 +1100 [thread overview]
Message-ID: <24384.1016948296@ocs3.intra.ocs.com.au> (raw)
In-Reply-To: Your message of "Sat, 23 Mar 2002 16:42:20 BST." <20020323164220.742414d2.boris@kista.gajba.net>
On Sat, 23 Mar 2002 16:42:20 +0100,
Boris Bezlaj <boris@kista.gajba.net> wrote:
>+#ifdef MODULE
>+MODULE_LICENSE("GPL");
>+MODULE_DESCRIPTION("MDA console driver. Default console allocation: vc/13 - vc/16");
>+module_init(mda_console_init);
>+module_exit(mda_console_exit);
> #endif
Do not wrap #ifdef MODULE around those lines. All the module_* macros
behave correctly when the code is built in, module_init even changes
its behaviour for built in code.
next prev parent reply other threads:[~2002-03-24 5:39 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-03-23 15:42 mdacon.c minor cleanups Boris Bezlaj
2002-03-24 5:38 ` Keith Owens [this message]
2002-03-24 18:42 ` Dave Jones
2002-03-24 18:59 ` Daniel Jacobowitz
2002-03-25 7:53 ` Zwane Mwaikambo
2002-03-25 15:50 ` Boris
2002-03-25 16:05 ` Zwane Mwaikambo
2002-03-27 9:17 ` Matan
2002-03-27 9:35 ` Zwane Mwaikambo
2002-03-27 17:56 ` Boris
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=24384.1016948296@ocs3.intra.ocs.com.au \
--to=kaos@ocs.com.au \
--cc=boris@kista.gajba.net \
--cc=kernel-janitor-discuss@lists.sourceforge.net \
--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.