diff options
author | Pravin Shedge <pravin.shedge4linux@gmail.com> | 2017-12-06 22:19:39 +0530 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2017-12-22 09:39:35 -0700 |
commit | 72c7fe90ee7a16a8e350183712b2a639b4054ace (patch) | |
tree | 6d5312f194bdfd8df23456482b6c592c4c3b2312 /drivers/infiniband/hw/mlx5 | |
parent | a5073d6054f75d7c94b3354206eec4b804d2fbd4 (diff) | |
download | op-kernel-dev-72c7fe90ee7a16a8e350183712b2a639b4054ace.zip op-kernel-dev-72c7fe90ee7a16a8e350183712b2a639b4054ace.tar.gz |
drivers: infiniband: remove duplicate includes
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/hw/mlx5')
-rw-r--r-- | drivers/infiniband/hw/mlx5/main.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/infiniband/hw/mlx5/main.c b/drivers/infiniband/hw/mlx5/main.c index 543d0a4..fe435ed 100644 --- a/drivers/infiniband/hw/mlx5/main.c +++ b/drivers/infiniband/hw/mlx5/main.c @@ -50,16 +50,14 @@ #include <rdma/ib_cache.h> #include <linux/mlx5/port.h> #include <linux/mlx5/vport.h> +#include <linux/mlx5/fs.h> #include <linux/list.h> #include <rdma/ib_smi.h> #include <rdma/ib_umem.h> #include <linux/in.h> #include <linux/etherdevice.h> -#include <linux/mlx5/fs.h> -#include <linux/mlx5/vport.h> #include "mlx5_ib.h" #include "cmd.h" -#include <linux/mlx5/vport.h> #define DRIVER_NAME "mlx5_ib" #define DRIVER_VERSION "5.0-0" |