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.
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