From: Peng Li Date: Thu, 28 Jun 2018 04:12:24 +0000 (+0800) Subject: net: hns3: remove unused head file in hnae3.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fe589e0454b3a18ab9aaddaa8b4925e629d46792;p=linux.git 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 Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/hisilicon/hns3/hnae3.c b/drivers/net/ethernet/hisilicon/hns3/hnae3.c index 9d79dad2c6aae..3e5c83f6d8b18 100644 --- a/drivers/net/ethernet/hisilicon/hns3/hnae3.c +++ b/drivers/net/ethernet/hisilicon/hns3/hnae3.c @@ -8,7 +8,6 @@ */ #include -#include #include #include "hnae3.h"