summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/include/linux/switch.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/generic/files/include/linux/switch.h')
-rw-r--r--target/linux/generic/files/include/linux/switch.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/target/linux/generic/files/include/linux/switch.h b/target/linux/generic/files/include/linux/switch.h
index dda4820a7a..a381fd006c 100644
--- a/target/linux/generic/files/include/linux/switch.h
+++ b/target/linux/generic/files/include/linux/switch.h
@@ -105,7 +105,6 @@ struct switch_dev_ops {
};
struct switch_dev {
- struct device_node *of_node;
const struct switch_dev_ops *ops;
/* will be automatically filled */
char devname[IFNAMSIZ];
@@ -126,7 +125,6 @@ struct switch_dev {
struct mutex sw_mutex;
struct switch_port *portbuf;
- struct switch_portmap *portmap;
struct switch_port_link linkbuf;
char buf[128];
@@ -141,11 +139,6 @@ struct switch_port {
u32 flags;
};
-struct switch_portmap {
- u32 virt;
- const char *s;
-};
-
struct switch_val {
const struct switch_attr *attr;
int port_vlan;