diff --git a/include/linux/netlink.h b/include/linux/netlink.h
index ee61b0f311743d1c44819c9b6c5d7a884d60b6ed..01864a8fd17fd5fe31a141b43c6a17d24cbb8d7a 100644
--- a/include/linux/netlink.h
+++ b/include/linux/netlink.h
@@ -134,13 +134,6 @@ int netlink_attachskb(struct sock *sk, struct sk_buff *skb, int nonblock, long t
 void netlink_detachskb(struct sock *sk, struct sk_buff *skb);
 int netlink_sendskb(struct sock *sk, struct sk_buff *skb, int protocol);
 
-/* finegrained unicast helpers: */
-struct sock *netlink_getsockbypid(struct sock *ssk, u32 pid);
-struct sock *netlink_getsockbyfilp(struct file *filp);
-int netlink_attachskb(struct sock *sk, struct sk_buff *skb, int nonblock, long timeo);
-void netlink_detachskb(struct sock *sk, struct sk_buff *skb);
-int netlink_sendskb(struct sock *sk, struct sk_buff *skb, int protocol);
-
 /*
  *	skb should fit one page. This choice is good for headerless malloc.
  *