netdev
[Top] [All Lists]

Re: [PATCH] (2/8) convert sdla to new initialization

To: Stephen Hemminger <shemminger@xxxxxxxx>
Subject: Re: [PATCH] (2/8) convert sdla to new initialization
From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Date: Fri, 5 Sep 2003 07:06:19 +0100
Cc: "David S. Miller" <davem@xxxxxxxxxx>, mike.mclagan@xxxxxxxxx, Jeff Garzik <jgarzik@xxxxxxxxx>, netdev@xxxxxxxxxxx
In-reply-to: <20030903164925.5c44ce73.shemminger@osdl.org>; from shemminger@osdl.org on Wed, Sep 03, 2003 at 04:49:25PM -0700
References: <20030903164925.5c44ce73.shemminger@osdl.org>
Sender: netdev-bounce@xxxxxxxxxxx
User-agent: Mutt/1.2.5.1i
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.


<Prev in Thread] Current Thread [Next in Thread>