diff options
author | Patrick McHardy <kaber@trash.net> | 2008-03-20 15:15:49 +0100 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2008-04-14 11:15:48 +0200 |
commit | 2d2d84c40e19a7fce51ba1f124ecde105104192d (patch) | |
tree | 7388dd42d235b02e5028e4bb6242a481f1a47a41 /include | |
parent | ca6a50749012fc17feeec91ee2f9eeacacf06f0b (diff) |
[NETFILTER]: nf_nat: remove unused name from struct nf_nat_protocol
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/netfilter/nf_nat_protocol.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/netfilter/nf_nat_protocol.h b/include/net/netfilter/nf_nat_protocol.h index 8ce227624ea..fba94a2028d 100644 --- a/include/net/netfilter/nf_nat_protocol.h +++ b/include/net/netfilter/nf_nat_protocol.h @@ -8,9 +8,6 @@ struct nf_nat_range; struct nf_nat_protocol { - /* Protocol name */ - const char *name; - /* Protocol number. */ unsigned int protonum; |