diff options
Diffstat (limited to 'include/net/protocol.h')
| -rw-r--r-- | include/net/protocol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/protocol.h b/include/net/protocol.h index a7e986b08147..d6fcc1fcdb5b 100644 --- a/include/net/protocol.h +++ b/include/net/protocol.h | |||
| @@ -86,7 +86,6 @@ struct inet_protosw { | |||
| 86 | struct proto *prot; | 86 | struct proto *prot; |
| 87 | const struct proto_ops *ops; | 87 | const struct proto_ops *ops; |
| 88 | 88 | ||
| 89 | char no_check; /* checksum on rcv/xmit/none? */ | ||
| 90 | unsigned char flags; /* See INET_PROTOSW_* below. */ | 89 | unsigned char flags; /* See INET_PROTOSW_* below. */ |
| 91 | }; | 90 | }; |
| 92 | #define INET_PROTOSW_REUSE 0x01 /* Are ports automatically reusable? */ | 91 | #define INET_PROTOSW_REUSE 0x01 /* Are ports automatically reusable? */ |
