diff options
-rw-r--r-- | drivers/mfd/wm8400-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/wm8400-core.c b/drivers/mfd/wm8400-core.c index e5eae751aa1b..c6fb5d16ca09 100644 --- a/drivers/mfd/wm8400-core.c +++ b/drivers/mfd/wm8400-core.c | |||
@@ -64,7 +64,7 @@ EXPORT_SYMBOL_GPL(wm8400_block_read); | |||
64 | 64 | ||
65 | static int wm8400_register_codec(struct wm8400 *wm8400) | 65 | static int wm8400_register_codec(struct wm8400 *wm8400) |
66 | { | 66 | { |
67 | struct mfd_cell cell = { | 67 | const struct mfd_cell cell = { |
68 | .name = "wm8400-codec", | 68 | .name = "wm8400-codec", |
69 | .platform_data = wm8400, | 69 | .platform_data = wm8400, |
70 | .pdata_size = sizeof(*wm8400), | 70 | .pdata_size = sizeof(*wm8400), |