diff options
Diffstat (limited to 'drivers/xen')
-rw-r--r-- | drivers/xen/grant-table.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/xen/grant-table.c b/drivers/xen/grant-table.c index 301869f60dc7..bd325fd0000b 100644 --- a/drivers/xen/grant-table.c +++ b/drivers/xen/grant-table.c | |||
@@ -50,7 +50,6 @@ | |||
50 | #include <asm/pgtable.h> | 50 | #include <asm/pgtable.h> |
51 | #include <asm/sync_bitops.h> | 51 | #include <asm/sync_bitops.h> |
52 | 52 | ||
53 | |||
54 | /* External tools reserve first few grant table entries. */ | 53 | /* External tools reserve first few grant table entries. */ |
55 | #define NR_RESERVED_ENTRIES 8 | 54 | #define NR_RESERVED_ENTRIES 8 |
56 | #define GNTTAB_LIST_END 0xffffffff | 55 | #define GNTTAB_LIST_END 0xffffffff |
@@ -598,8 +597,8 @@ unsigned int gnttab_max_grant_frames(void) | |||
598 | EXPORT_SYMBOL_GPL(gnttab_max_grant_frames); | 597 | EXPORT_SYMBOL_GPL(gnttab_max_grant_frames); |
599 | 598 | ||
600 | int gnttab_map_refs(struct gnttab_map_grant_ref *map_ops, | 599 | int gnttab_map_refs(struct gnttab_map_grant_ref *map_ops, |
601 | struct gnttab_map_grant_ref *kmap_ops, | 600 | struct gnttab_map_grant_ref *kmap_ops, |
602 | struct page **pages, unsigned int count) | 601 | struct page **pages, unsigned int count) |
603 | { | 602 | { |
604 | int i, ret; | 603 | int i, ret; |
605 | pte_t *pte; | 604 | pte_t *pte; |
@@ -649,7 +648,7 @@ int gnttab_map_refs(struct gnttab_map_grant_ref *map_ops, | |||
649 | EXPORT_SYMBOL_GPL(gnttab_map_refs); | 648 | EXPORT_SYMBOL_GPL(gnttab_map_refs); |
650 | 649 | ||
651 | int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops, | 650 | int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops, |
652 | struct page **pages, unsigned int count) | 651 | struct page **pages, unsigned int count) |
653 | { | 652 | { |
654 | int i, ret; | 653 | int i, ret; |
655 | 654 | ||