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>
This commit is contained in:
parent
0e6084aa1c
commit
fe589e0454
|
@ -8,7 +8,6 @@
|
|||
*/
|
||||
|
||||
#include <linux/list.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/spinlock.h>
|
||||
|
||||
#include "hnae3.h"
|
||||
|
|
Loading…
Reference in New Issue