diff --git a/drivers/md/dm-table.c b/drivers/md/dm-table.c index ee47a332b4628157037cd771672d4ea72a3b2f5a..7e88e5e06922f9863d06528fd0d09954322f1bc5 100644 --- a/drivers/md/dm-table.c +++ b/drivers/md/dm-table.c @@ -1244,7 +1244,7 @@ static int dm_keyslot_evict(struct blk_keyslot_manager *ksm, return args.err; } -static struct blk_ksm_ll_ops dm_ksm_ll_ops = { +static const struct blk_ksm_ll_ops dm_ksm_ll_ops = { .keyslot_evict = dm_keyslot_evict, };