From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Subject: [PATCH 1/2] usb: remove unimplemented usb_get_dev_index() declaration
Date: Thu, 22 May 2014 09:19:11 +0400 [thread overview]
Message-ID: <1400735952-6424-1-git-send-email-antonynpavlov@gmail.com> (raw)
We do not have usb_get_dev_index() function, so remove this declaration.
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
include/usb/usb.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/usb/usb.h b/include/usb/usb.h
index 9319f2e..b4ac4ba 100644
--- a/include/usb/usb.h
+++ b/include/usb/usb.h
@@ -226,7 +226,6 @@ int usb_host_detect(struct usb_host *host, int force);
int usb_set_protocol(struct usb_device *dev, int ifnum, int protocol);
int usb_set_idle(struct usb_device *dev, int ifnum, int duration,
int report_id);
-struct usb_device *usb_get_dev_index(int index);
int usb_control_msg(struct usb_device *dev, unsigned int pipe,
unsigned char request, unsigned char requesttype,
unsigned short value, unsigned short index,
--
1.9.2
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2014-05-22 5:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-22 5:19 Antony Pavlov [this message]
2014-05-22 5:19 ` [PATCH 2/2] usb: drop unused USB_UHCI_*_ID macros Antony Pavlov
2014-05-22 6:12 ` [PATCH 1/2] usb: remove unimplemented usb_get_dev_index() declaration Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1400735952-6424-1-git-send-email-antonynpavlov@gmail.com \
--to=antonynpavlov@gmail.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox