Commit 705ddf60 authored by Alexander Viro's avatar Alexander Viro Committed by Stephen Hemminger

[wan hdlc] removal hdlc_to_dev()

No more users, we may remove it.
parent 652dce01
......@@ -196,11 +196,6 @@ static inline void free_hdlcdev(struct net_device *dev)
kfree(dev);
}
static __inline__ struct net_device* hdlc_to_dev(hdlc_device *hdlc)
{
return &hdlc->netdev;
}
static __inline__ hdlc_device* dev_to_hdlc(struct net_device *dev)
{
......
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