]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/staging/rdma/hfi1/mmu_rb.h
IB/hfi1: Remove compare callback
[mirror_ubuntu-zesty-kernel.git] / drivers / staging / rdma / hfi1 / mmu_rb.h
index abed3a69e4675095c8dcd3cddd1f464bf05ae4d4..9c2600981e88f8f00fed9c524ea60114a6564479 100644 (file)
@@ -57,8 +57,6 @@ struct mmu_rb_node {
 };
 
 struct mmu_rb_ops {
-       int (*compare)(struct mmu_rb_node *, unsigned long,
-                      unsigned long);
        int (*insert)(struct rb_root *, struct mmu_rb_node *);
        void (*remove)(struct rb_root *, struct mmu_rb_node *, bool);
        int (*invalidate)(struct rb_root *, struct mmu_rb_node *);