summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/iriver/h300/power-h300.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/coldfire/iriver/h300/power-h300.c')
-rw-r--r--firmware/target/coldfire/iriver/h300/power-h300.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/coldfire/iriver/h300/power-h300.c b/firmware/target/coldfire/iriver/h300/power-h300.c
index 3d726d0714..2875fa2a47 100644
--- a/firmware/target/coldfire/iriver/h300/power-h300.c
+++ b/firmware/target/coldfire/iriver/h300/power-h300.c
@@ -25,7 +25,7 @@
25#include "pcf50606.h" 25#include "pcf50606.h"
26 26
27 27
28#ifdef CONFIG_TUNER 28#if CONFIG_TUNER
29 29
30static bool powered = false; 30static bool powered = false;
31 31
@@ -41,7 +41,7 @@ bool radio_power(bool status)
41 return old_status; 41 return old_status;
42} 42}
43 43
44#endif /* #ifdef CONFIG_TUNER */ 44#endif /* #if CONFIG_TUNER */
45 45
46#ifndef SIMULATOR 46#ifndef SIMULATOR
47 47