Commit 5eb94bbe authored by David S. Miller's avatar David S. Miller

[NET]: Undo deprecation of init_etherdev, we will add it back once all in-tree drivers are fixed.

parent 9b1c3fdc
......@@ -39,7 +39,7 @@ extern int eth_header_cache(struct neighbour *neigh,
extern int eth_header_parse(struct sk_buff *skb,
unsigned char *haddr);
extern struct net_device *__init_etherdev(struct net_device *dev, int sizeof_priv);
static inline __deprecated struct net_device *init_etherdev(struct net_device *dev,
static inline struct net_device *init_etherdev(struct net_device *dev,
int sizeof_priv)
{
return __init_etherdev(dev, sizeof_priv);
......
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