summaryrefslogtreecommitdiff
path: root/include/xen
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2021-01-28 09:41:02 +0000
committerAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2021-01-28 09:41:02 +0000
commit6aa59e41d866e0e3f69a75db2c446befe402dcfc (patch)
tree37e3deff304f76ad82da22bec011b32a1b4bc14b /include/xen
parent2d26ac7ea809b04c354b4ea966f44e4f6a480f00 (diff)
parent131f8d8a889a5ca66a835eea82bba043ac91a7cf (diff)
Merge tag 'v5.4.93' into 5.4-2.3.x-imx
This is the 5.4.93 stable release Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Diffstat (limited to 'include/xen')
-rw-r--r--include/xen/xenbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xen/xenbus.h b/include/xen/xenbus.h
index eba01ab5a55e..fe9a9fa2ebc4 100644
--- a/include/xen/xenbus.h
+++ b/include/xen/xenbus.h
@@ -187,7 +187,7 @@ void xs_suspend_cancel(void);
struct work_struct;
-void xenbus_probe(struct work_struct *);
+void xenbus_probe(void);
#define XENBUS_IS_ERR_READ(str) ({ \
if (!IS_ERR(str) && strlen(str) == 0) { \