netdev
[Top] [All Lists]

Re: [PATCH] missing statics in atm

To: Christoph Hellwig <hch@xxxxxx>
Subject: Re: [PATCH] missing statics in atm
From: "David S. Miller" <davem@xxxxxxxxxx>
Date: Sun, 15 Aug 2004 19:18:47 -0700
Cc: netdev@xxxxxxxxxxx
In-reply-to: <20040814143324.GA26061@xxxxxx>
References: <20040814143324.GA26061@xxxxxx>
Sender: netdev-bounce@xxxxxxxxxxx
On Sat, 14 Aug 2004 16:33:24 +0200
Christoph Hellwig <hch@xxxxxx> wrote:

> -struct net_device *clip_devs = NULL;
> -struct atm_vcc *atmarpd = NULL;
> +static struct net_device *clip_devs;
> +static struct atm_vcc *atmarpd;
 ...
> -
> -extern struct net_device *clip_devs;
> -

Works for me.  Patch applied, thanks Christoph.

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