]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/xen/grant_table.h
Merge remote-tracking branch 'asoc/topic/jz4740' into asoc-next
[karo-tx-linux.git] / include / xen / grant_table.h
index 962b7df5eabfc64325357b6c44210f6198850c4e..694dcaf266e635335dfdaf22994624d3d5e3d9d4 100644 (file)
@@ -187,7 +187,8 @@ int gnttab_map_refs(struct gnttab_map_grant_ref *map_ops,
                    struct gnttab_map_grant_ref *kmap_ops,
                    struct page **pages, unsigned int count);
 int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops,
-                     struct page **pages, unsigned int count, bool clear_pte);
+                     struct gnttab_map_grant_ref *kunmap_ops,
+                     struct page **pages, unsigned int count);
 
 /* Perform a batch of grant map/copy operations. Retry every batch slot
  * for which the hypervisor returns GNTST_eagain. This is typically due