diff options
Diffstat (limited to 'drivers/greybus/control.c')
-rw-r--r-- | drivers/greybus/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/greybus/control.c b/drivers/greybus/control.c index 359a258419..b5cf49d09d 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, }; |