Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226963
b: refs/heads/master
c: 352a337
h: refs/heads/master
i:
  226961: 808b1b7
  226959: 16de3f8
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Greg Kroah-Hartman committed Dec 10, 2010
1 parent bdc597b commit 6af047b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 537baabbdfebe7f9514f05b62eac91b4bfa0bdf2
refs/heads/master: 352a337832774a6929c16b569abe9cedc3db01cc
2 changes: 1 addition & 1 deletion trunk/include/linux/usb/otg.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ struct otg_transceiver {
/* for board-specific init logic */
extern int otg_set_transceiver(struct otg_transceiver *);

#if defined(CONFIG_NOP_USB_XCEIV) || defined(CONFIG_NOP_USB_XCEIV_MODULE)
#if defined(CONFIG_NOP_USB_XCEIV) || (defined(CONFIG_NOP_USB_XCEIV_MODULE) && defined(MODULE))
/* sometimes transceivers are accessed only through e.g. ULPI */
extern void usb_nop_xceiv_register(void);
extern void usb_nop_xceiv_unregister(void);
Expand Down

0 comments on commit 6af047b

Please sign in to comment.