RDMA/mlx5: Replace struct mlx5_core_mkey by u32 key
[sfrench/cifs-2.6.git] / drivers / net / ethernet / mellanox / mlx5 / core / fpga / core.h
index 52c9dee91ea465340155a14b9a4bcffc55b03cbb..2a984e82ae16ba53c5c4102c355afeffa9503ecf 100644 (file)
@@ -54,7 +54,7 @@ struct mlx5_fpga_device {
        /* QP Connection resources */
        struct {
                u32 pdn;
-               struct mlx5_core_mkey mkey;
+               u32 mkey;
                struct mlx5_uars_page *uar;
        } conn_res;