aboutsummaryrefslogtreecommitdiffstats
path: root/hw/xen_devconfig.c
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2010-03-21 14:13:02 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2010-03-21 14:13:02 -0500
commit28695489e392e2bd34cf4ccf8611d431808e084c (patch)
tree8edbda8b30cb4bbbd4636c1c9dbb8c6ecead181a /hw/xen_devconfig.c
parent365c4243ecdd0eb2372ce4a5bb20ded77c755c1d (diff)
Revert "Convert atexit users to exit_notifier"
This reverts commit d7234f4d7e373a708e1df9ab565a71b71b189025. Conflicts: hw/xen_machine_pv.c This should have never been committed. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
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 028f47ecb..ea8f8c4c2 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;