netdev
[Top] [All Lists]

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

To: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Subject: Re: [PATCH] (2/8) convert sdla to new initialization
From: "David S. Miller" <davem@xxxxxxxxxx>
Date: Fri, 5 Sep 2003 02:50:42 -0700
Cc: shemminger@xxxxxxxx, mike.mclagan@xxxxxxxxx, jgarzik@xxxxxxxxx, netdev@xxxxxxxxxxx
In-reply-to: <20030905070619.A13947@infradead.org>
References: <20030903164925.5c44ce73.shemminger@osdl.org> <20030905070619.A13947@infradead.org>
Sender: netdev-bounce@xxxxxxxxxxx
On Fri, 5 Sep 2003 07:06:19 +0100
Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote:

> 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.

I fixed this all up.

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