stmicro: make local variables static
authorstephen hemminger <stephen@networkplumber.org>
Mon, 30 Dec 2013 18:38:57 +0000 (10:38 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Jan 2014 04:42:19 +0000 (23:42 -0500)
Make variables only used in one file static. Also avoids possible
namespace collisions.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found