Commit 80dbe6fd authored by David S. Miller's avatar David S. Miller

[RTNETLINK]: extern __inline__ --> static inline.

parent deccc5f6
......@@ -442,7 +442,7 @@ rtnetlink_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh, int *errp)
* Malformed skbs with wrong lengths of messages are discarded silently.
*/
extern __inline__ int rtnetlink_rcv_skb(struct sk_buff *skb)
static inline int rtnetlink_rcv_skb(struct sk_buff *skb)
{
int err;
struct nlmsghdr * nlh;
......
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