]> Git Repo - linux.git/blobdiff - drivers/mfd/max8907.c
mfd: maxim: Constify struct mfd_cell where possible
[linux.git] / drivers / mfd / max8907.c
index 3bbfedc07f41c8e24d866120b64423374c629fa3..07740314b29d03acc8068dcc56addd989abca5d1 100644 (file)
@@ -22,7 +22,7 @@
 #include <linux/regmap.h>
 #include <linux/slab.h>
 
-static struct mfd_cell max8907_cells[] = {
+static const struct mfd_cell max8907_cells[] = {
        { .name = "max8907-regulator", },
        { .name = "max8907-rtc", },
 };
This page took 0.029914 seconds and 4 git commands to generate.