Skip to content
Commit 4e2ce6e5 authored by Ben Dooks (Codethink)'s avatar Ben Dooks (Codethink) Committed by David S. Miller
Browse files

net: dsa: make unexported dsa_link_touch() static



dsa_link_touch() is not exported, or defined outside of the
file it is in so make it static to avoid the following warning:

net/dsa/dsa2.c:127:17: warning: symbol 'dsa_link_touch' was not declared. Should it be static?

Signed-off-by: default avatarBen Dooks (Codethink) <ben.dooks@codethink.co.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9d4b98af
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment