Re: [PATCH] netlink: remove unnecessary forward declaration

2017-11-14 Thread David Miller
From: Johannes Berg Date: Mon, 13 Nov 2017 15:57:30 +0100 > From: Johannes Berg > > netlink_skb_destructor() is actually defined before the first usage > in the file, so remove the unnecessary forward declaration. > > Signed-off-by: Johannes Berg Applied.

[PATCH] netlink: remove unnecessary forward declaration

2017-11-13 Thread Johannes Berg
From: Johannes Berg netlink_skb_destructor() is actually defined before the first usage in the file, so remove the unnecessary forward declaration. Signed-off-by: Johannes Berg --- net/netlink/af_netlink.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/netlink/af_netlink.c b/net/netlin