aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/greybus/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/greybus/control.c')
-rw-r--r--drivers/greybus/control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/greybus/control.c b/drivers/greybus/control.c
index 359a2584197397..b5cf49d09df229 100644
--- a/drivers/greybus/control.c
+++ b/drivers/greybus/control.c
@@ -436,7 +436,7 @@ static void gb_control_release(struct device *dev)
kfree(control);
}
-struct device_type greybus_control_type = {
+const struct device_type greybus_control_type = {
.name = "greybus_control",
.release = gb_control_release,
};