summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorSebastian Leonhardt <sebastian.leonhardt@web.de>2019-02-07 23:31:38 +0100
committerSebastian Leonhardt <sebastian.leonhardt@web.de>2019-02-08 00:04:20 +0100
commit26e0c64e34f05d3869a7e5e26d7dd388888fa72e (patch)
tree3c3a1f45740aec48d356887b7a28462fae4dcbe7 /firmware/export
parente662ae4e9e6feb754a909691847e76544282f319 (diff)
downloadrockbox-26e0c64e34f05d3869a7e5e26d7dd388888fa72e.tar.gz
rockbox-26e0c64e34f05d3869a7e5e26d7dd388888fa72e.zip
Fix red and remove duplicated function declaration
Change-Id: I5fed7fdad077eedfc1e36fbd9e1669f11b90288d
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/backlight.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/backlight.h b/firmware/export/backlight.h
index 326de4ce28..6d029790b3 100644
--- a/firmware/export/backlight.h
+++ b/firmware/export/backlight.h
@@ -64,10 +64,6 @@ void lcd_set_sleep_after_backlight_off(int timeout_seconds);
64void lcd_awake(void); 64void lcd_awake(void);
65#endif 65#endif
66 66
67#ifdef HAVE_LCD_SLEEP
68void lcd_awake(void);
69#endif
70
71#else /* !HAVE_BACKLIGHT */ 67#else /* !HAVE_BACKLIGHT */
72#define backlight_init() 68#define backlight_init()
73#endif /* !HAVE_BACKLIGHT */ 69#endif /* !HAVE_BACKLIGHT */