diff options
Diffstat (limited to 'drivers/greybus/svc.c')
-rw-r--r-- | drivers/greybus/svc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/greybus/svc.c b/drivers/greybus/svc.c index 0d7e749174..4256467fcd 100644 --- a/drivers/greybus/svc.c +++ b/drivers/greybus/svc.c @@ -1305,7 +1305,7 @@ static void gb_svc_release(struct device *dev) kfree(svc); } -struct device_type greybus_svc_type = { +const struct device_type greybus_svc_type = { .name = "greybus_svc", .release = gb_svc_release, }; |