From: zhong jiang Date: Thu, 29 Nov 2018 07:04:48 +0000 (-0800) Subject: net: ethernet: remove redundant include X-Git-Tag: archive/raspbian/5.2.17-1+rpi1^2^2^2^2~19 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=38033038a5ae0449b598e817abefcf55c71e8b5b;p=linux.git net: ethernet: remove redundant include 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 Gbp-Pq: Topic features/all/ena Gbp-Pq: Name 0001-net-ethernet-remove-redundant-include.patch --- diff --git a/drivers/net/ethernet/amazon/ena/ena_netdev.c b/drivers/net/ethernet/amazon/ena/ena_netdev.c index 1b5f591cf0a..a80cce53d75 100644 --- a/drivers/net/ethernet/amazon/ena/ena_netdev.c +++ b/drivers/net/ethernet/amazon/ena/ena_netdev.c @@ -39,7 +39,6 @@ #include #include #include -#include #include #include #include