Revert "dm crypt: export sysfs of kcryptd workqueue"
[linux-2.6-microblaze.git] / drivers / md / dm-crypt.c
index 392337f..5379113 100644 (file)
@@ -1090,16 +1090,16 @@ static const struct crypt_iv_operations crypt_iv_tcw_ops = {
        .post      = crypt_iv_tcw_post
 };
 
-static struct crypt_iv_operations crypt_iv_random_ops = {
+static const struct crypt_iv_operations crypt_iv_random_ops = {
        .generator = crypt_iv_random_gen
 };
 
-static struct crypt_iv_operations crypt_iv_eboiv_ops = {
+static const struct crypt_iv_operations crypt_iv_eboiv_ops = {
        .ctr       = crypt_iv_eboiv_ctr,
        .generator = crypt_iv_eboiv_gen
 };
 
-static struct crypt_iv_operations crypt_iv_elephant_ops = {
+static const struct crypt_iv_operations crypt_iv_elephant_ops = {
        .ctr       = crypt_iv_elephant_ctr,
        .dtr       = crypt_iv_elephant_dtr,
        .init      = crypt_iv_elephant_init,