From: Juergen Gross Date: Fri, 22 Oct 2021 06:47:59 +0000 (+0200) Subject: xen: flag pvcalls-front to be not essential for system boot X-Git-Tag: v6.1-rc5~2552^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03e143b2acebe23c893f22ebed9abc0fe2a7f27e;p=platform%2Fkernel%2Flinux-starfive.git xen: flag pvcalls-front to be not essential for system boot The Xen pvcalls device is not essential for booting. Set the respective flag. Signed-off-by: Juergen Gross Reviewed-by: Boris Ostrovsky Link: https://lore.kernel.org/r/20211022064800.14978-5-jgross@suse.com Signed-off-by: Boris Ostrovsky --- diff --git a/drivers/xen/pvcalls-front.c b/drivers/xen/pvcalls-front.c index 7984645..3c9ae15 100644 --- a/drivers/xen/pvcalls-front.c +++ b/drivers/xen/pvcalls-front.c @@ -1275,6 +1275,7 @@ static struct xenbus_driver pvcalls_front_driver = { .probe = pvcalls_front_probe, .remove = pvcalls_front_remove, .otherend_changed = pvcalls_front_changed, + .not_essential = true, }; static int __init pvcalls_frontend_init(void)