aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/dsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/dsa.h')
-rw-r--r--include/net/dsa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h
index dc4784f54520..72e509b6a12e 100644
--- a/include/net/dsa.h
+++ b/include/net/dsa.h
@@ -30,5 +30,7 @@ struct dsa_platform_data {
30 char *port_names[DSA_MAX_PORTS]; 30 char *port_names[DSA_MAX_PORTS];
31}; 31};
32 32
33extern bool dsa_uses_dsa_tags(void *dsa_ptr);
34
33 35
34#endif 36#endif