From 90261a24a400077f1bccbd623be93a2328ee5641 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Fri, 13 Apr 2018 10:05:31 +0800 Subject: [PATCH] UBUNTU: SAUCE: {topost} net: hns3: remove unused head file in hnae3.c BugLink: https://bugs.launchpad.net/bugs/1768670 linux/slab.h is not used in hnae3.h, this patch removes it. Signed-off-by: Peng Li Signed-off-by: dann frazier Acked-by: Stefan Bader Acked-by: Kleber Sacilotto de Souza Signed-off-by: Khalid Elmously --- drivers/net/ethernet/hisilicon/hns3/hnae3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/ethernet/hisilicon/hns3/hnae3.c b/drivers/net/ethernet/hisilicon/hns3/hnae3.c index 9d79dad2c6aa..3e5c83f6d8b1 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" -- 2.39.5