From e54def4ad8144ab15f826416e2e0f290ef1901b4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 19 Jun 2024 23:00:30 +0200 Subject: Adding upstream version 6.9.2. Signed-off-by: Daniel Baumann --- drivers/greybus/control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/greybus/control.c') 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, }; -- cgit v1.2.3