diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/dccp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/dccp.h b/include/linux/dccp.h index 3a4b96becfc..a0441190dc7 100644 --- a/include/linux/dccp.h +++ b/include/linux/dccp.h @@ -512,7 +512,6 @@ struct dccp_sock { struct ccid *dccps_hc_rx_ccid; struct ccid *dccps_hc_tx_ccid; struct dccp_options_received dccps_options_received; - struct timeval dccps_epoch; enum dccp_role dccps_role:2; __u8 dccps_hc_rx_insert_options:1; __u8 dccps_hc_tx_insert_options:1; |