Skip to content

Commit

Permalink
RDMA/efa: Remove unused includes
Browse files Browse the repository at this point in the history
Remove leftover includes that are no longer used from the driver.

Reviewed-by: Firas JahJah <firasj@amazon.com>
Reviewed-by: Yossi Leybovich <sleybo@amazon.com>
Signed-off-by: Gal Pressman <galpress@amazon.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
  • Loading branch information
Gal Pressman authored and Jason Gunthorpe committed May 29, 2019
1 parent 4d50e08 commit 2367d00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions drivers/infiniband/hw/efa/efa.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
#define _EFA_H_

#include <linux/bitops.h>
#include <linux/idr.h>
#include <linux/interrupt.h>
#include <linux/pci.h>
#include <linux/sched.h>

#include <rdma/efa-abi.h>
#include <rdma/ib_verbs.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/infiniband/hw/efa/efa_com_cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* Copyright 2018-2019 Amazon.com, Inc. or its affiliates. All rights reserved.
*/

#include "efa.h"
#include "efa_com.h"
#include "efa_com_cmd.h"

Expand Down

0 comments on commit 2367d00

Please sign in to comment.