summaryrefslogtreecommitdiffstats
path: root/include/net/dsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/dsa.h')
-rw-r--r--include/net/dsa.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h
index 147b757ef8ea..96acb14ec1a8 100644
--- a/include/net/dsa.h
+++ b/include/net/dsa.h
@@ -275,9 +275,6 @@ struct dsa_switch {
275 */ 275 */
276 bool vlan_filtering; 276 bool vlan_filtering;
277 277
278 unsigned long *bitmap;
279 unsigned long _bitmap;
280
281 /* Dynamically allocated ports, keep last */ 278 /* Dynamically allocated ports, keep last */
282 size_t num_ports; 279 size_t num_ports;
283 struct dsa_port ports[]; 280 struct dsa_port ports[];