X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Flinux%2Fusb%2Fotg.h;h=2443c0e7a80cd5e25ca77d217a0f5abbd2c1151e;hb=cc835e321a9f3fa5e083436872e198095f4805b9;hp=1aaa826396a1462555925b871f22f95ff8870299;hpb=def6f8b978618d50daaddb92331d398da9e141f1;p=firefly-linux-kernel-4.4.55.git diff --git a/include/linux/usb/otg.h b/include/linux/usb/otg.h index 1aaa826396a1..2443c0e7a80c 100644 --- a/include/linux/usb/otg.h +++ b/include/linux/usb/otg.h @@ -80,10 +80,10 @@ struct otg_transceiver { /* for board-specific init logic */ extern int otg_set_transceiver(struct otg_transceiver *); -#ifdef CONFIG_NOP_USB_XCEIV + +/* sometimes transceivers are accessed only through e.g. ULPI */ extern void usb_nop_xceiv_register(void); extern void usb_nop_xceiv_unregister(void); -#endif /* for usb host and peripheral controller drivers */