diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/dsa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h index 72e509b6a12e..52e97bfca5a1 100644 --- a/include/net/dsa.h +++ b/include/net/dsa.h | |||
@@ -31,6 +31,7 @@ struct dsa_platform_data { | |||
31 | }; | 31 | }; |
32 | 32 | ||
33 | extern bool dsa_uses_dsa_tags(void *dsa_ptr); | 33 | extern bool dsa_uses_dsa_tags(void *dsa_ptr); |
34 | extern bool dsa_uses_trailer_tags(void *dsa_ptr); | ||
34 | 35 | ||
35 | 36 | ||
36 | #endif | 37 | #endif |