Skip to content

Commit

Permalink
tools: iio: iio_utils: Make calc_digits static
Browse files Browse the repository at this point in the history
Signed-off-by: Joo Aun Saw <[email protected]>
Acked-by: Daniel Baluta <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
  • Loading branch information
jasaw authored and jic23 committed Aug 2, 2015
1 parent 280f092 commit 5e37c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/iio/iio_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ int build_channel_array(const char *device_dir,
return ret;
}

int calc_digits(int num)
static int calc_digits(int num)
{
int count = 0;

Expand Down

0 comments on commit 5e37c52

Please sign in to comment.