Commit ca4b0649 authored by Mianhan Liu's avatar Mianhan Liu Committed by David S. Miller
Browse files

net/dsa/tag_ksz.c: remove superfluous headers



tag_ksz.c hasn't use any macro or function declared in linux/slab.h.
Thus, these files can be removed from tag_ksz.c safely without
affecting the compilation of the ./net/dsa module

Signed-off-by: default avatarMianhan Liu <liumh1@shanghaitech.edu.cn>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6f8b64f8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@

#include <linux/etherdevice.h>
#include <linux/list.h>
#include <linux/slab.h>
#include <net/dsa.h>
#include "dsa_priv.h"