aboutsummaryrefslogtreecommitdiff
path: root/clocks.c
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2011-06-21 00:57:08 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2011-06-21 00:57:08 +0200
commit75bd395071358fbbb4e4118c79e35375f811bdac (patch)
treebeb7a961b5d355a444c57fd0cd42a123c8ec0344 /clocks.c
parentfa45333391cae255e5d9c9da72ebc0fd81a56ea0 (diff)
Cleanup the headers
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'clocks.c')
-rw-r--r--clocks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clocks.c b/clocks.c
index 411fcb2..93dd4b3 100644
--- a/clocks.c
+++ b/clocks.c
@@ -317,7 +317,7 @@ static int clock_print_info(void)
return ret;
}
-int clock_toggle_expanded(void)
+static int clock_toggle_expanded(void)
{
struct tree *t = display_get_row_data(CLOCK);
struct clock_info *clk = t->private;
@@ -332,7 +332,7 @@ int clock_toggle_expanded(void)
* found in the files. Then print the result to the text based interface
* Return 0 on success, < 0 otherwise
*/
-int clock_display(void)
+static int clock_display(void)
{
if (read_clock_info())
return -1;