summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/isp1583.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2010-07-31 12:43:38 +0000
committerBertrik Sikken <bertrik@sikken.nl>2010-07-31 12:43:38 +0000
commit4a8ea6c9d9b0db1de59ee4d2b9cc0125caa990c7 (patch)
treea3c6697c6de315cfab1f839191b1d62293978bca /firmware/drivers/isp1583.c
parentc2529c341d4ecb8bea28f99f0f9e28e70c311487 (diff)
downloadrockbox-4a8ea6c9d9b0db1de59ee4d2b9cc0125caa990c7.tar.gz
rockbox-4a8ea6c9d9b0db1de59ee4d2b9cc0125caa990c7.zip
Various minor clean-ups for Zen Vision
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27636 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/isp1583.c')
-rw-r--r--firmware/drivers/isp1583.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/drivers/isp1583.c b/firmware/drivers/isp1583.c
index 26d638171c..f45ff6eb5e 100644
--- a/firmware/drivers/isp1583.c
+++ b/firmware/drivers/isp1583.c
@@ -397,15 +397,16 @@ static void setup_endpoints(void)
ZVM_SPECIFIC;
}
-void usb_helper(void)
+#if 0 /* currently unused */
+static void usb_helper(void)
{
if(ISP1583_GEN_INT_READ & ISP1583_INIT_INTEN_READ)
{
logf("Helper detected interrupt... [%d]", (int)current_tick);
usb_drv_int();
}
- return;
}
+#endif
void usb_drv_init(void)
{