diff --git a/include/linux/fscrypto.h b/include/linux/fscrypto.h index 2a281570209551c0a2ff8f45f1a79323e1e165ac..8635ea46ef6e7a2232c880257304a5b5d0d1faab 100644 --- a/include/linux/fscrypto.h +++ b/include/linux/fscrypto.h @@ -35,7 +35,6 @@ struct fscrypt_ctx { struct list_head free_list; /* Free list */ }; u8 flags; /* Flags */ - u8 mode; /* Encryption mode for tfm */ }; /**