diff options
| author | Leon Romanovsky <[email protected]> | 2022-01-23 18:02:51 +0000 |
|---|---|---|
| committer | Jason Gunthorpe <[email protected]> | 2022-01-28 17:03:12 +0000 |
| commit | b74525f21e33aba6360978d2af81e920a1806c78 (patch) | |
| tree | 5d77b5fbf998d2232110ae70b9211ae8cd69653d /drivers/infiniband/core/cache.c | |
| parent | RDMA/mlx5: Delete useless module.h include (diff) | |
| download | kernel-b74525f21e33aba6360978d2af81e920a1806c78.tar.gz kernel-b74525f21e33aba6360978d2af81e920a1806c78.zip | |
RDMA/core: Delete useless module.h include
There is no need in include of module.h in the following files.
Link: https://lore.kernel.org/r/e412c83b45b6ebdd937886cc9c2cc7c8abcc34fa.1642960861.git.leonro@nvidia.com
Signed-off-by: Leon Romanovsky <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'drivers/infiniband/core/cache.c')
| -rw-r--r-- | drivers/infiniband/core/cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/core/cache.c b/drivers/infiniband/core/cache.c index f6aa1a964573..4084d05a4510 100644 --- a/drivers/infiniband/core/cache.c +++ b/drivers/infiniband/core/cache.c @@ -34,7 +34,6 @@ */ #include <linux/if_vlan.h> -#include <linux/module.h> #include <linux/errno.h> #include <linux/slab.h> #include <linux/workqueue.h> |
