Message ID | 20201121114455.22422-2-kurt@linutronix.de |
---|---|
State | New |
Headers | show |
Series | [net-next,1/2] net: dsa: tag_hellcreek: Cleanup includes | expand |
On 11/21/2020 3:44 AM, Kurt Kanzenbach wrote: > Remove unused and add needed includes. No functional change. > > Suggested-by: Vladimir Oltean <olteanv@gmail.com> > Signed-off-by: Kurt Kanzenbach <kurt@linutronix.de> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
On Sat, Nov 21, 2020 at 12:44:54PM +0100, Kurt Kanzenbach wrote: > Remove unused and add needed includes. No functional change. > > Suggested-by: Vladimir Oltean <olteanv@gmail.com> > Signed-off-by: Kurt Kanzenbach <kurt@linutronix.de> > --- Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
diff --git a/net/dsa/tag_hellcreek.c b/net/dsa/tag_hellcreek.c index 2061de06eafb..a09805c8e1ab 100644 --- a/net/dsa/tag_hellcreek.c +++ b/net/dsa/tag_hellcreek.c @@ -8,9 +8,7 @@ * Based on tag_ksz.c. */ -#include <linux/etherdevice.h> -#include <linux/list.h> -#include <linux/slab.h> +#include <linux/skbuff.h> #include <net/dsa.h> #include "dsa_priv.h"
Remove unused and add needed includes. No functional change. Suggested-by: Vladimir Oltean <olteanv@gmail.com> Signed-off-by: Kurt Kanzenbach <kurt@linutronix.de> --- net/dsa/tag_hellcreek.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)