diff options
author | Gal Pressman <gal@nvidia.com> | 2022-09-07 16:36:31 -0700 |
---|---|---|
committer | Saeed Mahameed <saeedm@nvidia.com> | 2022-09-27 12:50:27 -0700 |
commit | b53ff37fcd5c7038d9dd000dcf682575a8f47999 (patch) | |
tree | 8a3f734e8df779b19170e607e1487f0f8be7ef28 /include/linux/mlx5 | |
parent | 66af4fe37119dbf6a82078949a82e625155777ef (diff) | |
download | linux-stable-b53ff37fcd5c7038d9dd000dcf682575a8f47999.tar.gz linux-stable-b53ff37fcd5c7038d9dd000dcf682575a8f47999.tar.bz2 linux-stable-b53ff37fcd5c7038d9dd000dcf682575a8f47999.zip |
net/mlx5: Remove unused structs
Remove structs which are no longer used in the driver:
mlx5dr_cmd_qp_create_attr
mlx5_fs_dr_ns
mlx5_pas
Signed-off-by: Gal Pressman <gal@nvidia.com>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to 'include/linux/mlx5')
-rw-r--r-- | include/linux/mlx5/driver.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h index 52f34fe47049..949feb7f889f 100644 --- a/include/linux/mlx5/driver.h +++ b/include/linux/mlx5/driver.h @@ -857,11 +857,6 @@ struct mlx5_cmd_work_ent { refcount_t refcnt; }; -struct mlx5_pas { - u64 pa; - u8 log_sz; -}; - enum phy_port_state { MLX5_AAA_111 }; |