summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/iriver/h100/backlight-h100.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/coldfire/iriver/h100/backlight-h100.c')
-rw-r--r--firmware/target/coldfire/iriver/h100/backlight-h100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/coldfire/iriver/h100/backlight-h100.c b/firmware/target/coldfire/iriver/h100/backlight-h100.c
index 1b61f31ea4..47c02cb351 100644
--- a/firmware/target/coldfire/iriver/h100/backlight-h100.c
+++ b/firmware/target/coldfire/iriver/h100/backlight-h100.c
@@ -21,9 +21,9 @@
21#include "config.h" 21#include "config.h"
22#include "cpu.h" 22#include "cpu.h"
23#include "kernel.h" 23#include "kernel.h"
24#include "thread.h"
25#include "system.h" 24#include "system.h"
26#include "backlight.h" 25#include "backlight.h"
26#include "backlight-target.h"
27#include "lcd.h" 27#include "lcd.h"
28 28
29/* Returns the current state of the backlight (true=ON, false=OFF). */ 29/* Returns the current state of the backlight (true=ON, false=OFF). */