Merge tag 'timers-core-2024-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / drivers / rpmsg / rpmsg_core.c
index 8abc7d0..4295c01 100644 (file)
@@ -605,7 +605,7 @@ static void rpmsg_dev_remove(struct device *dev)
                rpmsg_destroy_ept(rpdev->ept);
 }
 
-static struct bus_type rpmsg_bus = {
+static const struct bus_type rpmsg_bus = {
        .name           = "rpmsg",
        .match          = rpmsg_dev_match,
        .dev_groups     = rpmsg_dev_groups,