]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
net: hns3: remove unused head file in hnae3.c
authorPeng Li <lipeng321@huawei.com>
Thu, 28 Jun 2018 04:12:24 +0000 (12:12 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Jun 2018 02:06:34 +0000 (11:06 +0900)
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>
drivers/net/ethernet/hisilicon/hns3/hnae3.c

index 9d79dad2c6aae0f9bdbddeac1659ae4f08751d3d..3e5c83f6d8b182cf5f6bd26db50d0ff5bb21e7cd 100644 (file)
@@ -8,7 +8,6 @@
  */
 
 #include <linux/list.h>
-#include <linux/slab.h>
 #include <linux/spinlock.h>
 
 #include "hnae3.h"