diff --git a/drivers/md/dm-integrity.c b/drivers/md/dm-integrity.c index fe5ad640a0aab2b26019bcf47c2c881bc62a55e2..2b32342da556b69cbbb14cff44f03bb09f5e571a 100644 --- a/drivers/md/dm-integrity.c +++ b/drivers/md/dm-integrity.c @@ -299,7 +299,7 @@ static void __DEBUG_bytes(__u8 *bytes, size_t len, const char *msg, ...) /* * DM Integrity profile, protection is performed layer above (dm-crypt) */ -static struct blk_integrity_profile dm_integrity_profile = { +static const struct blk_integrity_profile dm_integrity_profile = { .name = "DM-DIF-EXT-TAG", .generate_fn = NULL, .verify_fn = NULL,