diff options
Diffstat (limited to 'net/dsa/dsa.c')
-rw-r--r-- | net/dsa/dsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dsa/dsa.c b/net/dsa/dsa.c index 71907acd8f82..0a68d784ea18 100644 --- a/net/dsa/dsa.c +++ b/net/dsa/dsa.c | |||
@@ -123,7 +123,7 @@ const char *dsa_tag_protocol_to_str(const struct dsa_device_ops *ops) | |||
123 | return ops->name; | 123 | return ops->name; |
124 | }; | 124 | }; |
125 | 125 | ||
126 | const struct dsa_device_ops *dsa_resolve_tag_protocol(int tag_protocol) | 126 | const struct dsa_device_ops *dsa_tag_driver_get(int tag_protocol) |
127 | { | 127 | { |
128 | const struct dsa_device_ops *ops; | 128 | const struct dsa_device_ops *ops; |
129 | 129 | ||