tile: use global strscpy() rather than private copy
authorChris Metcalf <cmetcalf@ezchip.com>
Wed, 29 Apr 2015 17:07:38 +0000 (13:07 -0400)
committerChris Metcalf <cmetcalf@ezchip.com>
Thu, 10 Sep 2015 19:37:02 +0000 (15:37 -0400)
commit30059d494a72603d066baf55c748803df968aa08
treed9d3c1828e08f37e5991cee005afa9a5e29772c3
parent30035e45753b708e7d47a98398500ca005e02b86
tile: use global strscpy() rather than private copy

Now that strscpy() is a standard API, remove the local copy.

Signed-off-by: Chris Metcalf <cmetcalf@ezchip.com>
arch/tile/gxio/mpipe.c