Commit 0c537a4c authored by Christoph Hellwig's avatar Christoph Hellwig Committed by David S. Miller

[ATM]: Missing static in atm.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarDavid S. Miller <davem@redhat.com>
parent 4d802161
......@@ -47,8 +47,8 @@
#endif
struct net_device *clip_devs = NULL;
struct atm_vcc *atmarpd = NULL;
static struct net_device *clip_devs;
static struct atm_vcc *atmarpd;
static struct neigh_table clip_tbl;
static struct timer_list idle_timer;
static int start_timer = 1;
......
......@@ -12,9 +12,6 @@
#include <linux/netdevice.h>
#include <linux/atmdev.h>
extern struct net_device *clip_devs;
/*
* Appends all skbs from "from" to "to". The operation is atomic with respect
* to all other skb operations on "from" or "to".
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment