summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted/fiio
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-29 09:37:57 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-31 14:17:22 +0000
commit125e97b0bf979e1d03b84b17e72fc655b74015fb (patch)
tree693b24abb83fad6dbc9e3da6b3b0fb22c0e20bd6 /firmware/target/hosted/fiio
parentdd82f13fa1241266576b508180fcf90b8d9bda2c (diff)
downloadrockbox-125e97b0bf.tar.gz
rockbox-125e97b0bf.zip
hosted: Consolidate common /dev/input code shared by the hiby targets
* Enable dynamic number of input devices, needed for bluetooth support Change-Id: Ic2425834eb9b0fff298899ab45f3115ce1d95e91
Diffstat (limited to 'firmware/target/hosted/fiio')
-rw-r--r--firmware/target/hosted/fiio/button-fiio.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/target/hosted/fiio/button-fiio.c b/firmware/target/hosted/fiio/button-fiio.c
index 134ec5a426..4acbfb0ea7 100644
--- a/firmware/target/hosted/fiio/button-fiio.c
+++ b/firmware/target/hosted/fiio/button-fiio.c
@@ -19,7 +19,6 @@
*
****************************************************************************/
#include <poll.h>
-//#include <dir.h>
#include <errno.h>
#include <unistd.h>
#include <sys/types.h>
@@ -34,8 +33,6 @@
#include "panic.h"
#include "kernel.h"
-#include "backlight.h"
-#include "backlight-target.h"
static int key_enter_delay = 0;
static int key_right_delay = 0;