diff options
author | Juergen Gross <jgross@suse.com> | 2021-10-22 08:47:59 +0200 |
---|---|---|
committer | Boris Ostrovsky <boris.ostrovsky@oracle.com> | 2021-11-23 13:42:20 -0600 |
commit | 03e143b2acebe23c893f22ebed9abc0fe2a7f27e (patch) | |
tree | 8bcafe49e06cf4b9f5b0e2a4f2199f47fd5943a2 /drivers/xen/pvcalls-front.c | |
parent | 0239143490a9fa1344955dde93527b09f5576dac (diff) | |
download | linux-03e143b2acebe23c893f22ebed9abc0fe2a7f27e.tar.bz2 |
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 <jgross@suse.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Link: https://lore.kernel.org/r/20211022064800.14978-5-jgross@suse.com
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Diffstat (limited to 'drivers/xen/pvcalls-front.c')
-rw-r--r-- | drivers/xen/pvcalls-front.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/pvcalls-front.c b/drivers/xen/pvcalls-front.c index 7984645b5956..3c9ae156b597 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) |