summaryrefslogtreecommitdiff
path: root/hw/xen_devconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xen_devconfig.c')
-rw-r--r--hw/xen_devconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xen_devconfig.c b/hw/xen_devconfig.c
index 028f47ecb5..ea8f8c4c2d 100644
--- a/hw/xen_devconfig.c
+++ b/hw/xen_devconfig.c
@@ -17,7 +17,7 @@ static void xen_config_cleanup_dir(char *dir)
QTAILQ_INSERT_TAIL(&xs_cleanup, d, list);
}
-void xen_config_cleanup(Notifier *notifier)
+void xen_config_cleanup(void)
{
struct xs_dirs *d;