summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@conectiva.com.br>2002-09-30 05:28:36 -0300
committerArnaldo Carvalho de Melo <acme@conectiva.com.br>2002-09-30 05:28:36 -0300
commit92e153dbaa302c69877d8daa48fb7d373b546048 (patch)
treed05ed014aedaeb63c538dfb2a86f1f026c63ab90 /include
parentf0a7e272fca58e9b1b359ff5196ddea8a2884acb (diff)
o LLC: remove unused mac_dev_peer
Also move code around in llc_sap.c so that we don't need the prototypes on the top, makes cflags actually work when finding those functions, not going to the prototypes instead of the actual functions.
Diffstat (limited to 'include')
-rw-r--r--include/net/llc_mac.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/llc_mac.h b/include/net/llc_mac.h
index e87850701db6..ded7c830b8a8 100644
--- a/include/net/llc_mac.h
+++ b/include/net/llc_mac.h
@@ -13,8 +13,6 @@
*/
extern int llc_rcv(struct sk_buff *skb, struct net_device *dev,
struct packet_type *pt);
-extern struct net_device *mac_dev_peer(struct net_device *current_dev,
- int type, u8 *mac);
extern u16 lan_hdrs_init(struct sk_buff *skb, u8 *sa, u8 *da);
extern int llc_conn_rcv(struct sock *sk, struct sk_buff *skb);