From: Christoph Hellwig <hch@infradead.org>
To: Stephen Hemminger <shemminger@osdl.org>
Cc: "David S. Miller" <davem@redhat.com>,
mike.mclagan@linux.org, Jeff Garzik <jgarzik@pobox.com>,
netdev@oss.sgi.com
Subject: Re: [PATCH] (2/8) convert sdla to new initialization
Date: Fri, 5 Sep 2003 07:06:19 +0100 [thread overview]
Message-ID: <20030905070619.A13947@infradead.org> (raw)
In-Reply-To: <20030903164925.5c44ce73.shemminger@osdl.org>; from shemminger@osdl.org on Wed, Sep 03, 2003 at 04:49:25PM -0700
On Wed, Sep 03, 2003 at 04:49:25PM -0700, Stephen Hemminger wrote:
> extern int mac8390_probe(struct net_device *dev);
> extern int mac89x0_probe(struct net_device *dev);
> extern int mc32_probe(struct net_device *dev);
> +#ifdef CONFIG_SDLA
> +extern struct net_device *sdla_init(void);
> +#endif
Please don't add ifdefs around prototypes.
next prev parent reply other threads:[~2003-09-05 6:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-03 23:49 [PATCH] (2/8) convert sdla to new initialization Stephen Hemminger
2003-09-05 6:06 ` Christoph Hellwig [this message]
2003-09-05 9:50 ` David S. Miller
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=20030905070619.A13947@infradead.org \
--to=hch@infradead.org \
--cc=davem@redhat.com \
--cc=jgarzik@pobox.com \
--cc=mike.mclagan@linux.org \
--cc=netdev@oss.sgi.com \
--cc=shemminger@osdl.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;
as well as URLs for NNTP newsgroup(s).