diff options
| author | Stephen Hemminger <shemminger@osdl.org> | 2004-01-14 08:47:15 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2004-01-14 08:47:15 -0800 |
| commit | 2b165d7b39e32cba9a39a8528efdc9e48ff3953a (patch) | |
| tree | 93d207152d3cd49e8bfa98139edf26edc3b3c5fa | |
| parent | d5fc42a8c97de5a71a05065af8f54be62e7fef29 (diff) | |
[ATM]: CLIP device discovery on init is not needed.
| -rw-r--r-- | net/atm/clip.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/atm/clip.c b/net/atm/clip.c index d3861a38c71c..61bc37c4a6ec 100644 --- a/net/atm/clip.c +++ b/net/atm/clip.c @@ -754,9 +754,6 @@ static int atm_init_atmarp(struct atm_vcc *vcc) printk(KERN_ERR "register_netdevice_notifier failed\n"); if (register_inetaddr_notifier(&clip_inet_notifier)) printk(KERN_ERR "register_inetaddr_notifier failed\n"); - for (dev = clip_devs; dev; dev = PRIV(dev)->next) - if (dev->flags & IFF_UP) - (void) to_atmarpd(act_up,PRIV(dev)->number,0); return 0; } |
