summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'driver/gator_trace_power.c')
-rw-r--r--driver/gator_trace_power.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/driver/gator_trace_power.c b/driver/gator_trace_power.c
index 272e056..1895bb9 100644
--- a/driver/gator_trace_power.c
+++ b/driver/gator_trace_power.c
@@ -1,5 +1,5 @@
1/** 1/**
2 * Copyright (C) ARM Limited 2011-2013. All rights reserved. 2 * Copyright (C) ARM Limited 2011-2014. All rights reserved.
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify 4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as 5 * it under the terms of the GNU General Public License version 2 as
@@ -166,7 +166,7 @@ static void gator_trace_power_stop(void)
166 } 166 }
167} 167}
168 168
169void gator_trace_power_init(void) 169static void gator_trace_power_init(void)
170{ 170{
171 int i; 171 int i;
172 for (i = 0; i < POWER_TOTAL; i++) { 172 for (i = 0; i < POWER_TOTAL; i++) {
@@ -197,7 +197,7 @@ static void gator_trace_power_stop(void)
197{ 197{
198} 198}
199 199
200void gator_trace_power_init(void) 200static void gator_trace_power_init(void)
201{ 201{
202} 202}
203#endif 203#endif