From: zhong jiang Date: Wed, 28 Nov 2018 23:04:48 -0800 Subject: [PATCH 01/19] net: ethernet: remove redundant include Origin: https://git.kernel.org/linus/e641e99f261f5203a911a9e0db54a214460d2cc4 Manual cherry-pick from e641e99f261f5203a911a9e0db54a214460d2cc4: module.h already contained moduleparam.h, so it is safe to remove the redundant include. The issue is detected with the help of Coccinelle. Signed-off-by: zhong jiang Signed-off-by: David S. Miller limited only to the amazon/ena driver Signed-off-by: Noah Meyerhans --- drivers/net/ethernet/amazon/ena/ena_netdev.c | 1 - 1 file changed, 1 deletion(-) Index: linux/drivers/net/ethernet/amazon/ena/ena_netdev.c =================================================================== --- linux.orig/drivers/net/ethernet/amazon/ena/ena_netdev.c +++ linux/drivers/net/ethernet/amazon/ena/ena_netdev.c @@ -39,7 +39,6 @@ #include #include #include -#include #include #include #include