2008-03-27 09:06:15

by Rami Rosen

[permalink] [raw]
Subject: [PATCH net-2.6.26] Remove three unused method declarations in include/net/ipv6.h

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 <[email protected]>


Attachments:
(No filename) (219.00 B)
patch.txt (1.09 kB)
Download all attachments

2008-03-28 00:39:54

by David Miller

[permalink] [raw]
Subject: Re: [PATCH net-2.6.26] Remove three unused method declarations in include/net/ipv6.h

From: "Rami Rosen" <[email protected]>
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 <[email protected]>

Applied, thanks.