summaryrefslogtreecommitdiff
path: root/backport/compat/compat-3.3.c
diff options
context:
space:
mode:
Diffstat (limited to 'backport/compat/compat-3.3.c')
-rw-r--r--backport/compat/compat-3.3.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/backport/compat/compat-3.3.c b/backport/compat/compat-3.3.c
index c064f09d..1185a5d2 100644
--- a/backport/compat/compat-3.3.c
+++ b/backport/compat/compat-3.3.c
@@ -224,16 +224,3 @@ void backport_destroy_workqueue(struct workqueue_struct *wq)
spin_unlock(&wq_name_lock);
}
EXPORT_SYMBOL_GPL(backport_destroy_workqueue);
-
-void genl_notify(struct sk_buff *skb, struct net *net, u32 pid, u32 group,
- struct nlmsghdr *nlh, gfp_t flags)
-{
- struct sock *sk = net->genl_sock;
- int report = 0;
-
- if (nlh)
- report = nlmsg_report(nlh);
-
- nlmsg_notify(sk, skb, pid, group, report, flags);
-}
-EXPORT_SYMBOL_GPL(genl_notify);