]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: musb: omap2430: fix build failure
authorJohan Hovold <jhovold@gmail.com>
Tue, 5 Apr 2011 17:50:34 +0000 (19:50 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 13 Apr 2011 22:44:02 +0000 (15:44 -0700)
commit36a52c009a39049893c9a3a4091f8f8f48585f47
tree7747828c3631eda9aede74824f009879854b9289
parent94ae4976e253757e9b03a44d27d41b20f1829d80
usb: musb: omap2430: fix build failure

Fix build failure introduced by commit
7acc6197b76edd0b932a7cbcc6cfad0a8a87f026 (usb: musb: Idle path retention
and offmode support for OMAP3) when building without gadget
support.

  CC      drivers/usb/musb/omap2430.o
drivers/usb/musb/omap2430.c: In function ‘musb_otg_notifications’:
drivers/usb/musb/omap2430.c:262: error: ‘struct musb’ has no member named ‘gadget_driver’

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Cc: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/musb/omap2430.c