aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3/cxgb3_defs.h
diff options
context:
space:
mode:
authorstephen hemminger <shemminger@vyatta.com>2010-10-15 08:43:10 -0400
committerDavid S. Miller <davem@davemloft.net>2010-10-21 10:19:02 -0400
commita5190b4eea1f1c53ee26b3d1176441cafa8e7f79 (patch)
treed930bf8c0b1167d4323a764484ae7e25c6e18c82 /drivers/net/cxgb3/cxgb3_defs.h
parentcc4ce020935eab2d261b7b8d24a9843b56ad594c (diff)
cxgb3: function namespace cleanup
Make local functions static. Remove functions that are defined and never used. Compile tested only. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Acked-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/cxgb3/cxgb3_defs.h')
-rw-r--r--drivers/net/cxgb3/cxgb3_defs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/cxgb3/cxgb3_defs.h b/drivers/net/cxgb3/cxgb3_defs.h
index 47e53769af5b..920d918ed193 100644
--- a/drivers/net/cxgb3/cxgb3_defs.h
+++ b/drivers/net/cxgb3/cxgb3_defs.h
@@ -43,8 +43,6 @@
43 43
44void *cxgb_alloc_mem(unsigned long size); 44void *cxgb_alloc_mem(unsigned long size);
45void cxgb_free_mem(void *addr); 45void cxgb_free_mem(void *addr);
46void cxgb_neigh_update(struct neighbour *neigh);
47void cxgb_redirect(struct dst_entry *old, struct dst_entry *new);
48 46
49/* 47/*
50 * Map an ATID or STID to their entries in the corresponding TID tables. 48 * Map an ATID or STID to their entries in the corresponding TID tables.
@@ -111,7 +109,6 @@ static inline struct t3c_tid_entry *lookup_atid(const struct tid_info *t,
111 return &e->t3c_tid; 109 return &e->t3c_tid;
112} 110}
113 111
114int process_rx(struct t3cdev *dev, struct sk_buff **skbs, int n);
115int attach_t3cdev(struct t3cdev *dev); 112int attach_t3cdev(struct t3cdev *dev);
116void detach_t3cdev(struct t3cdev *dev); 113void detach_t3cdev(struct t3cdev *dev);
117#endif 114#endif