aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Miller <davem@davemloft.net>2011-07-25 00:01:33 +0000
committerDavid S. Miller <davem@davemloft.net>2011-11-30 18:46:44 -0500
commit869759b9e4160fb8a8d25bc3b4ce3b658523aebb (patch)
tree73c7c66ee11e4426c582502be33ba0907225bf91 /include
parentneigh: Do not set tbl->entry_size in ipv4/ipv6 neigh tables. (diff)
downloadlinux-dev-869759b9e4160fb8a8d25bc3b4ce3b658523aebb.tar.xz
linux-dev-869759b9e4160fb8a8d25bc3b4ce3b658523aebb.zip
atm: clip: Convert over to neighbour_priv()
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/atmclip.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/atmclip.h b/include/net/atmclip.h
index 497ef6444a7a..852a3b2890ec 100644
--- a/include/net/atmclip.h
+++ b/include/net/atmclip.h
@@ -15,7 +15,6 @@
#define CLIP_VCC(vcc) ((struct clip_vcc *) ((vcc)->user_back))
-#define NEIGH2ENTRY(neigh) ((struct atmarp_entry *) (neigh)->primary_key)
struct sk_buff;
@@ -36,7 +35,6 @@ struct clip_vcc {
struct atmarp_entry {
- __be32 ip; /* IP address */
struct clip_vcc *vccs; /* active VCCs; NULL if resolution is
pending */
unsigned long expires; /* entry expiration time */