tools:iio:iio_utils: mark private function static
authorHartmut Knaack <knaack.h@gmx.de>
Sun, 31 May 2015 12:40:01 +0000 (14:40 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sun, 31 May 2015 18:19:35 +0000 (19:19 +0100)
commit2156b179993e3d5b422976181ba17d91153313e1
tree0fe9ee2748550e7323f8a7b7ae36cab6f231233f
parent096f9b862e605fe08bb30e4f7a381684a8ff82ed
tools:iio:iio_utils: mark private function static

Functions _write_sysfs_int() and _write_sysfs_string() are supposed to
be called only by public wrappers, so make them static.

Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
tools/iio/iio_utils.c