Clean up errors and warning

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20686 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2009-04-11 17:00:51 +00:00
parent a8b6f1cb7b
commit 8a4db17364
2 changed files with 3 additions and 0 deletions

View file

@ -35,8 +35,10 @@ void lcd_remote_off(void);
void lcd_remote_update(void);
void lcd_remote_update_rect(int, int, int, int);
#ifndef SIMULATOR
void _remote_backlight_on(void);
void _remote_backlight_off(void);
#endif
extern bool remote_initialized;

View file

@ -29,6 +29,7 @@
#include "pcf50606.h"
#include "backlight.h"
#include "backlight-target.h"
#include "lcd-remote-target.h"
void power_init(void)
{