Merge tag 'dio_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...
[linux-2.6-microblaze.git] / drivers / w1 / slaves / w1_ds250x.c
index e507117..7592c70 100644 (file)
@@ -215,7 +215,7 @@ static int w1_eprom_add_slave(struct w1_slave *sl)
        return PTR_ERR_OR_ZERO(nvmem);
 }
 
-static struct w1_family_ops w1_eprom_fops = {
+static const struct w1_family_ops w1_eprom_fops = {
        .add_slave      = w1_eprom_add_slave,
 };