Skip to content

Commit

Permalink
net: dsa: remove unused headers
Browse files Browse the repository at this point in the history
Reduce a number of included headers to a necessary minimum.

Signed-off-by: Marcin Wojtas <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
wojtas-marcin authored and davem330 committed Apr 25, 2022
1 parent b0e653b commit df1cc21
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions net/dsa/dsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,10 @@

#include <linux/device.h>
#include <linux/list.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/notifier.h>
#include <linux/of.h>
#include <linux/of_mdio.h>
#include <linux/of_platform.h>
#include <linux/of_net.h>
#include <linux/netdevice.h>
#include <linux/sysfs.h>
#include <linux/phy_fixed.h>
#include <linux/ptp_classify.h>
#include <linux/etherdevice.h>

#include "dsa_priv.h"

Expand Down

0 comments on commit df1cc21

Please sign in to comment.