summaryrefslogtreecommitdiff
path: root/xen/store.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen/store.c')
-rw-r--r--xen/store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/store.c b/xen/store.c
index 23cbc223..5f5a902a 100644
--- a/xen/store.c
+++ b/xen/store.c
@@ -36,7 +36,7 @@
/* Hypervisor part */
-decl_simple_lock_data(static, lock);
+def_simple_lock_data(static, lock);
static struct xenstore_domain_interface *store;