]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
net: hns3: remove unnecessary aer.h include
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 7 Mar 2023 18:19:19 +0000 (12:19 -0600)
committerJakub Kicinski <kuba@kernel.org>
Thu, 9 Mar 2023 07:34:38 +0000 (23:34 -0800)
<linux/aer.h> is unused, so remove it.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: Yisen Zhuang <yisen.zhuang@huawei.com>
Cc: Salil Mehta <salil.mehta@huawei.com>
Acked-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c

index 25be7f8ac7cd5cbbe6c6f73801af20658aaeaf47..5caea154362f7d36269b89cf346a4209fc41edc9 100644 (file)
@@ -13,7 +13,6 @@
 #include <linux/ipv6.h>
 #include <linux/module.h>
 #include <linux/pci.h>
-#include <linux/aer.h>
 #include <linux/skbuff.h>
 #include <linux/sctp.h>
 #include <net/gre.h>