X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fxen%2Fxenbus.h;h=569c07f2e3446d57acb82b3430a1ceeb5f85fb95;hb=2abb274629614bef4044a0b98ada42e977feadfd;hp=0a7515c1e3a424214158750aaf1262c05fac0d48;hpb=d968370ee7ce22583ab741961f0044d2922aa1a1;p=firefly-linux-kernel-4.4.55.git diff --git a/include/xen/xenbus.h b/include/xen/xenbus.h index 0a7515c1e3a4..569c07f2e344 100644 --- a/include/xen/xenbus.h +++ b/include/xen/xenbus.h @@ -70,6 +70,7 @@ struct xenbus_device { struct device dev; enum xenbus_state state; struct completion down; + struct work_struct work; }; static inline struct xenbus_device *to_xenbus_device(struct device *dev)