summaryrefslogtreecommitdiff
path: root/firmware/target/sh/archos/ondio/power-ondio.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/sh/archos/ondio/power-ondio.c')
-rw-r--r--firmware/target/sh/archos/ondio/power-ondio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/sh/archos/ondio/power-ondio.c b/firmware/target/sh/archos/ondio/power-ondio.c
index cedc3d10b9..156516afeb 100644
--- a/firmware/target/sh/archos/ondio/power-ondio.c
+++ b/firmware/target/sh/archos/ondio/power-ondio.c
@@ -69,7 +69,7 @@ void power_off(void)
69 set_irq_level(HIGHEST_IRQ_LEVEL); 69 set_irq_level(HIGHEST_IRQ_LEVEL);
70#ifdef HAVE_BACKLIGHT 70#ifdef HAVE_BACKLIGHT
71 /* Switch off the light on backlight-modded Ondios */ 71 /* Switch off the light on backlight-modded Ondios */
72 __backlight_off(); 72 _backlight_off();
73#endif 73#endif
74 and_b(~0x20, &PBDRL); 74 and_b(~0x20, &PBDRL);
75 or_b(0x20, &PBIORL); 75 or_b(0x20, &PBIORL);