diff mbox series

[net-next,01/15] net/mlx4: Delete useless moduleparam include

Message ID 20220311074031.645168-2-saeed@kernel.org (mailing list archive)
State Accepted
Commit 042637019ea3661bfb82aed6860f73bdbcb6d263
Delegated to: Netdev Maintainers
Headers show
Series [net-next,01/15] net/mlx4: Delete useless moduleparam include | expand

Checks

Context Check Description
netdev/tree_selection success Clearly marked for net-next
netdev/apply success Patch already applied to net-next

Commit Message

Saeed Mahameed March 11, 2022, 7:40 a.m. UTC
From: Leon Romanovsky <leonro@nvidia.com>

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 | 1 -
 1 file changed, 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 11, 2022, 11 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Saeed Mahameed <saeedm@nvidia.com>:

On Thu, 10 Mar 2022 23:40:17 -0800 you wrote:
> From: Leon Romanovsky <leonro@nvidia.com>
> 
> Remove inclusion of not used moduleparam.h.
> 
> Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
> 
> [...]

Here is the summary with links:
  - [net-next,01/15] net/mlx4: Delete useless moduleparam include
    https://git.kernel.org/netdev/net-next/c/042637019ea3
  - [net-next,02/15] net/mlx5: Delete useless module.h include
    https://git.kernel.org/netdev/net-next/c/71ab580705c1
  - [net-next,03/15] net/mlx5: Node-aware allocation for the IRQ table
    https://git.kernel.org/netdev/net-next/c/196df17ac53a
  - [net-next,04/15] net/mlx5: Node-aware allocation for the EQ table
    https://git.kernel.org/netdev/net-next/c/e894246df513
  - [net-next,05/15] net/mlx5: Node-aware allocation for the EQs
    https://git.kernel.org/netdev/net-next/c/7f880719b953
  - [net-next,06/15] net/mlx5: Node-aware allocation for UAR
    https://git.kernel.org/netdev/net-next/c/b5e4c3079490
  - [net-next,07/15] net/mlx5: Node-aware allocation for the doorbell pgdir
    https://git.kernel.org/netdev/net-next/c/a3540effb766
  - [net-next,08/15] net/mlx5: CT: Introduce a platform for multiple flow steering providers
    https://git.kernel.org/netdev/net-next/c/769090005230
  - [net-next,09/15] net/mlx5: DR, Add helper to get backing dr table from a mlx5 flow table
    https://git.kernel.org/netdev/net-next/c/34ea969d1645
  - [net-next,10/15] net/mlx5: Add smfs lib to export direct steering API to CT
    https://git.kernel.org/netdev/net-next/c/c6fef514adaa
  - [net-next,11/15] net/mlx5: CT: Add software steering ct flow steering provider
    https://git.kernel.org/netdev/net-next/c/3ee61ebb0df1
  - [net-next,12/15] net/mlx5: CT: Create smfs dr matchers dynamically
    https://git.kernel.org/netdev/net-next/c/fbf6836db42d
  - [net-next,13/15] net/mlx5: Query the maximum MCIA register read size from firmware
    https://git.kernel.org/netdev/net-next/c/271907ee2f29
  - [net-next,14/15] net/mlx5: Parse module mapping using mlx5_ifc
    https://git.kernel.org/netdev/net-next/c/fcb610a86c53
  - [net-next,15/15] net/mlx5e: Remove overzealous validations in netlink EEPROM query
    https://git.kernel.org/netdev/net-next/c/970adfb76095

You are awesome, thank you!
diff mbox series

Patch

diff --git a/drivers/net/ethernet/mellanox/mlx4/en_tx.c b/drivers/net/ethernet/mellanox/mlx4/en_tx.c
index 817f4154b86d..f777151d226f 100644
--- 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"