diff options
author | Leon Romanovsky <leonro@mellanox.com> | 2020-04-07 16:09:15 +0300 |
---|---|---|
committer | Leon Romanovsky <leonro@mellanox.com> | 2020-04-19 15:53:20 +0300 |
commit | 9c275ee4ad82aeb1f51981fdc9ee16b74d4b101a (patch) | |
tree | d3a904acea98318d82b82fb06d6765bf47ad237d /drivers/infiniband/hw/mlx5/mad.c | |
parent | bfd745f8f327c40d74c8207ca62db05a264b5b7c (diff) | |
download | linux-9c275ee4ad82aeb1f51981fdc9ee16b74d4b101a.tar.xz |
net/mlx5: Delete not-used cmd header
The structures defined in the cmd header are not used and can be safely
removed from the driver. This patch removes that file and deletes all
relevant includes.
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Diffstat (limited to 'drivers/infiniband/hw/mlx5/mad.c')
-rw-r--r-- | drivers/infiniband/hw/mlx5/mad.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mlx5/mad.c b/drivers/infiniband/hw/mlx5/mad.c index 14e0c17de6a9..f0ab6d7d8497 100644 --- a/drivers/infiniband/hw/mlx5/mad.c +++ b/drivers/infiniband/hw/mlx5/mad.c @@ -30,7 +30,6 @@ * SOFTWARE. */ -#include <linux/mlx5/cmd.h> #include <linux/mlx5/vport.h> #include <rdma/ib_mad.h> #include <rdma/ib_smi.h> |