summaryrefslogtreecommitdiff
path: root/host/opcd_usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'host/opcd_usb.c')
-rw-r--r--host/opcd_usb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/host/opcd_usb.c b/host/opcd_usb.c
index d5f7db9..842a6f1 100644
--- a/host/opcd_usb.c
+++ b/host/opcd_usb.c
@@ -26,7 +26,7 @@
#include <sys/types.h>
#include "ausb/ausb.h"
-#include "../firmware/include/openpcd.h"
+#include <openpcd.h>
#include "opcd_usb.h"
@@ -83,7 +83,6 @@ static void opcd_dump_hdr(struct openpcd_hdr *hdr)
static void handle_interrupt(struct usbdevfs_urb *uurb, void *userdata)
{
- struct opcd_handle *od = userdata;
ausb_dev_handle *ah;
struct openpcd_hdr *opcdh;
personal git repositories of Harald Welte. Your mileage may vary