X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fxen%2Fxenbus.h;h=5467369e088982508f9c50169a897434485dbff8;hb=73d5a8675f32b8e22e11773b314324316f920192;hp=7a1d15ff19b728befe267f4a6b288fe812d0612c;hpb=429a01a70f301baf0c8fc780f891a18c296d5e24;p=firefly-linux-kernel-4.4.55.git diff --git a/include/xen/xenbus.h b/include/xen/xenbus.h index 7a1d15ff19b7..5467369e0889 100644 --- a/include/xen/xenbus.h +++ b/include/xen/xenbus.h @@ -92,7 +92,7 @@ struct xenbus_driver { void (*otherend_changed)(struct xenbus_device *dev, enum xenbus_state backend_state); int (*remove)(struct xenbus_device *dev); - int (*suspend)(struct xenbus_device *dev, pm_message_t state); + int (*suspend)(struct xenbus_device *dev); int (*resume)(struct xenbus_device *dev); int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *); struct device_driver driver;