Przeglądaj źródła

net: hns3: remove unused head file in hnae3.c

linux/slab.h is not used in hnae3.h, this patch removes it.

Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Peng Li 7 lat temu
rodzic
commit
fe589e0454
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      drivers/net/ethernet/hisilicon/hns3/hnae3.c

+ 0 - 1
drivers/net/ethernet/hisilicon/hns3/hnae3.c

@@ -8,7 +8,6 @@
  */
 
 #include <linux/list.h>
-#include <linux/slab.h>
 #include <linux/spinlock.h>
 
 #include "hnae3.h"