aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mux/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mux/core.c b/drivers/mux/core.c
index aabfb1549d4e..2260063b0ea8 100644
--- a/drivers/mux/core.c
+++ b/drivers/mux/core.c
@@ -58,7 +58,7 @@ static void mux_chip_release(struct device *dev)
58 kfree(mux_chip); 58 kfree(mux_chip);
59} 59}
60 60
61static struct device_type mux_type = { 61static const struct device_type mux_type = {
62 .name = "mux-chip", 62 .name = "mux-chip",
63 .release = mux_chip_release, 63 .release = mux_chip_release,
64}; 64};