aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-crypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/dm-crypt.c')
-rw-r--r--drivers/md/dm-crypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-crypt.c b/drivers/md/dm-crypt.c
index 0d8686505e51..a1086ee8cccd 100644
--- a/drivers/md/dm-crypt.c
+++ b/drivers/md/dm-crypt.c
@@ -105,7 +105,7 @@ struct crypt_config {
105#define MIN_POOL_PAGES 32 105#define MIN_POOL_PAGES 32
106#define MIN_BIO_PAGES 8 106#define MIN_BIO_PAGES 8
107 107
108static kmem_cache_t *_crypt_io_pool; 108static struct kmem_cache *_crypt_io_pool;
109 109
110/* 110/*
111 * Different IV generation algorithms: 111 * Different IV generation algorithms: