From: Jeff Garzik <jgarzik@mandrakesoft.com>
To: Albert Cranford <ac9410@attbi.com>
Cc: Linus Torvalds <torvalds@transmeta.com>,
Kernel mailing list <linux-kernel@vger.kernel.org>
Subject: Re: [patch 8/9]Four new i2c drivers and __init/__exit cleanup to i2c
Date: Sun, 15 Sep 2002 19:16:16 -0400 [thread overview]
Message-ID: <3D8514C0.1030705@mandrakesoft.com> (raw)
In-Reply-To: Pine.LNX.4.44.0209151844090.7637-200000@home1
Albert Cranford wrote:
> --- linux/drivers/i2c/i2c-adap-ibm_ocp.c.orig 2002-09-13 01:16:58.000000000 -0400
> +++ linux-2.5.34/drivers/i2c/i2c-adap-ibm_ocp.c 2002-09-15 01:13:57.000000000 -0400
> @@ -90,6 +90,14 @@
> static wait_queue_head_t iic_wait[IIC_NUMS];
> static int iic_pending;
>
> +#ifdef MODULE
> +static
> +#else
> +extern
> +#endif
> + int __init iic_ibmocp_init(void);
> +static void __exit iic_ibmocp_exit(void);
> +
ug, don't add this crap to the codebase...
> --- linux/drivers/i2c/i2c-algo-8xx.c.orig 2002-09-13 01:17:07.000000000 -0400
> +++ linux-2.5.34/drivers/i2c/i2c-algo-8xx.c 2002-09-13 01:47:42.000000000 -0400
> @@ -51,6 +51,13 @@
> int cpm_scan = 1;
> int cpm_debug = 0;
>
> +#ifdef MODULE
> +static
> +#else
> +extern
> +#endif
> + int __init i2c_algo_8xx_init (void);
> +
likewise [repeated many times]
prev parent reply other threads:[~2002-09-15 23:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-15 22:45 [patch 8/9]Four new i2c drivers and __init/__exit cleanup to i2c Albert Cranford
2002-09-15 23:16 ` Jeff Garzik [this message]
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=3D8514C0.1030705@mandrakesoft.com \
--to=jgarzik@mandrakesoft.com \
--cc=ac9410@attbi.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/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