aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/mv88e6xxx.h
diff options
context:
space:
mode:
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>2015-10-22 16:54:31 -0400
committerDavid S. Miller <davem@davemloft.net>2015-10-22 19:17:45 -0700
commit0a31adae0b2ab70127b2d5faa6a685e2ea70cc1b (patch)
tree9a545feecd70ebabb5a3822866096b104934ed94 /drivers/net/dsa/mv88e6xxx.h
parentMerge branch 'dsa-port_fdb_dump' (diff)
downloadlinux-dev-0a31adae0b2ab70127b2d5faa6a685e2ea70cc1b.tar.xz
linux-dev-0a31adae0b2ab70127b2d5faa6a685e2ea70cc1b.zip
net: dsa: mv88e6xxx: remove debugfs interface
It is preferable to have a common debugfs interface for DSA or switchdev instead of a driver specific one. Thus remove the mv88e6xxx debug code. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/dsa/mv88e6xxx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/dsa/mv88e6xxx.h b/drivers/net/dsa/mv88e6xxx.h
index 430de4fa1fec..6f9ed5d45012 100644
--- a/drivers/net/dsa/mv88e6xxx.h
+++ b/drivers/net/dsa/mv88e6xxx.h
@@ -406,8 +406,6 @@ struct mv88e6xxx_priv_state {
u8 port_state[DSA_MAX_PORTS];
struct work_struct bridge_work;
-
- struct dentry *dbgfs;
};
struct mv88e6xxx_hw_stat {