From d767883a417667ceebf5bb241d02337f34bc8016 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Thu, 6 Aug 2009 09:28:25 +0000 Subject: Various files: make functions static if they're local or make sure there is a proper #include if not git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22184 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/coldfire/iriver/h100/backlight-h100.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/target/coldfire/iriver/h100/backlight-h100.c') 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 @@ #include "config.h" #include "cpu.h" #include "kernel.h" -#include "thread.h" #include "system.h" #include "backlight.h" +#include "backlight-target.h" #include "lcd.h" /* Returns the current state of the backlight (true=ON, false=OFF). */ -- cgit v1.2.3