]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/plat-omap/usb.c
add missing otg_put_transceiver() call
[linux-2.6-omap-h63xx.git] / arch / arm / plat-omap / usb.c
index 67ca1e216df7a1e4cfdc5ef29bf520bc16ec760c..2f88ca8b8f38a2f8ed186bacf64dbf9ed8e561f4 100644 (file)
@@ -96,6 +96,12 @@ struct otg_transceiver *otg_get_transceiver(void)
 }
 EXPORT_SYMBOL(otg_get_transceiver);
 
+void otg_put_transceiver(struct otg_transceiver *x)
+{
+       put_device(x->dev);
+}
+EXPORT_SYMBOL(otg_put_transceiver);
+
 int otg_set_transceiver(struct otg_transceiver *x)
 {
        if (xceiv && x)