* [PATCH net-2.6.26] Remove three unused method declarations in include/net/ipv6.h
@ 2008-03-27 9:05 Rami Rosen
2008-03-28 0:39 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2008-03-27 9:05 UTC (permalink / raw)
To: David Miller, netdev; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 219 bytes --]
Hi,
This patch removes three unused method declarations in include/net/ipv6.h:
inet_getfrag_t(), ipv6_build_nfrag_opts() and ipv6_build_frag_opts().
Regards,
Rami Rosen
Signed-off-by: Rami Rosen <ramirose@gmail.com>
[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 1115 bytes --]
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index 296f61d..5738c1c 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -250,15 +250,6 @@ int ip6_frag_mem(struct net *net);
#define IPV6_FRAG_TIMEOUT (60*HZ) /* 60 seconds */
-/*
- * Function prototype for build_xmit
- */
-
-typedef int (*inet_getfrag_t) (const void *data,
- struct in6_addr *addr,
- char *,
- unsigned int, unsigned int);
-
extern int __ipv6_addr_type(const struct in6_addr *addr);
static inline int ipv6_addr_type(const struct in6_addr *addr)
{
@@ -510,14 +501,6 @@ extern int ip6_local_out(struct sk_buff *skb);
* Extension header (options) processing
*/
-extern u8 * ipv6_build_nfrag_opts(struct sk_buff *skb,
- u8 *prev_hdr,
- struct ipv6_txoptions *opt,
- struct in6_addr *daddr,
- u32 jumbolen);
-extern u8 * ipv6_build_frag_opts(struct sk_buff *skb,
- u8 *prev_hdr,
- struct ipv6_txoptions *opt);
extern void ipv6_push_nfrag_opts(struct sk_buff *skb,
struct ipv6_txoptions *opt,
u8 *proto,
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH net-2.6.26] Remove three unused method declarations in include/net/ipv6.h
2008-03-27 9:05 [PATCH net-2.6.26] Remove three unused method declarations in include/net/ipv6.h Rami Rosen
@ 2008-03-28 0:39 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2008-03-28 0:39 UTC (permalink / raw)
To: ramirose; +Cc: netdev, linux-kernel
From: "Rami Rosen" <ramirose@gmail.com>
Date: Thu, 27 Mar 2008 11:05:55 +0200
> This patch removes three unused method declarations in include/net/ipv6.h:
> inet_getfrag_t(), ipv6_build_nfrag_opts() and ipv6_build_frag_opts().
>
> Signed-off-by: Rami Rosen <ramirose@gmail.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-28 0:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-27 9:05 [PATCH net-2.6.26] Remove three unused method declarations in include/net/ipv6.h Rami Rosen
2008-03-28 0:39 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®