summaryrefslogtreecommitdiffstats
path: root/drivers/serial/usbtty.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-04-03 12:46:58 +0200
committerRemy Bohmer <linux@bohmer.net>2009-04-06 20:40:46 +0200
commit2731b9a86685190d26b1883f27afda5ac8e1a313 (patch)
tree83511c3f504e62eb3ac129f3332d2bcaf25d6e32 /drivers/serial/usbtty.c
parent712ac6a1a6909a58d6549fb220cc921a7e9f9979 (diff)
downloadtalos-obmc-uboot-2731b9a86685190d26b1883f27afda5ac8e1a313.tar.gz
talos-obmc-uboot-2731b9a86685190d26b1883f27afda5ac8e1a313.zip
drivers/usb: regorganisation
move to linux usb driver organisation as following drivers/usb/gadget drivers/usb/host drivers/usb/musb Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'drivers/serial/usbtty.c')
-rw-r--r--drivers/serial/usbtty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/usbtty.c b/drivers/serial/usbtty.c
index d8b1387917..f711d0b18b 100644
--- a/drivers/serial/usbtty.c
+++ b/drivers/serial/usbtty.c
@@ -94,7 +94,7 @@ static char serial_number[16];
* Descriptors, Strings, Local variables.
*/
-/* defined and used by usbdcore_ep0.c */
+/* defined and used by gadget/ep0.c */
extern struct usb_string_descriptor **usb_strings;
/* Indicies, References */
OpenPOWER on IntegriCloud