projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63f13b2
)
net/mlx4: Delete useless moduleparam include
author
Leon Romanovsky
<leonro@nvidia.com>
Mon, 10 Jan 2022 12:34:19 +0000
(14:34 +0200)
committer
Saeed Mahameed
<saeedm@nvidia.com>
Fri, 11 Mar 2022 07:38:21 +0000
(23:38 -0800)
Remove inclusion of not used moduleparam.h.
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx4/en_tx.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/mellanox/mlx4/en_tx.c
b/drivers/net/ethernet/mellanox/mlx4/en_tx.c
index 817f4154b86d599cd593876ec83529051d95fe2f..f777151d226fb601f52366850f8c86358e214032 100644
(file)
--- a/
drivers/net/ethernet/mellanox/mlx4/en_tx.c
+++ b/
drivers/net/ethernet/mellanox/mlx4/en_tx.c
@@
-42,7
+42,6
@@
#include <linux/tcp.h>
#include <linux/ip.h>
#include <linux/ipv6.h>
-#include <linux/moduleparam.h>
#include <linux/indirect_call_wrapper.h>
#include "mlx4_en.h"