aboutsummaryrefslogtreecommitdiff
path: root/xen/grant.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen/grant.c')
-rw-r--r--xen/grant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/grant.c b/xen/grant.c
index 1d6e607b..84758cfc 100644
--- a/xen/grant.c
+++ b/xen/grant.c
@@ -28,7 +28,7 @@
#define NR_RESERVED_ENTRIES 8
#define NR_GRANT_PAGES 8
-decl_simple_lock_data(static,lock);
+def_simple_lock_data(static,lock);
static struct grant_entry *grants;
static vm_map_entry_t grants_map_entry;
static int last_grant = NR_RESERVED_ENTRIES;