diff options
Diffstat (limited to 'include/keys/rxrpc-type.h')
| -rw-r--r-- | include/keys/rxrpc-type.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/include/keys/rxrpc-type.h b/include/keys/rxrpc-type.h index 5cb86c307f5..fc487543381 100644 --- a/include/keys/rxrpc-type.h +++ b/include/keys/rxrpc-type.h @@ -99,7 +99,6 @@ struct rxrpc_key_token {   * structure of raw payloads passed to add_key() or instantiate key   */  struct rxrpc_key_data_v1 { -	u32		kif_version;		/* 1 */  	u16		security_index;  	u16		ticket_length;  	u32		expiry;			/* time_t */  |