Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275796
b: refs/heads/master
c: d067859
h: refs/heads/master
v: v3
  • Loading branch information
Mian Yousaf Kaukab authored and Greg Kroah-Hartman committed Nov 14, 2011
1 parent 02b488c commit 5d8b245
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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: 59d81f8139bff0c2a94971ceec41edd42f16ed47
refs/heads/master: d06785942de066992a3b6a570829097c23c327aa
2 changes: 1 addition & 1 deletion trunk/drivers/usb/musb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ config USB_MUSB_BLACKFIN

config USB_MUSB_UX500
tristate "U8500 and U5500"
depends on (ARCH_U8500 && AB8500_USB) || (ARCH_U5500)
depends on (ARCH_U8500 && AB8500_USB)

endchoice

Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/usb/musb/musb_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1477,8 +1477,7 @@ static int __init musb_core_init(u16 musb_type, struct musb *musb)
/*-------------------------------------------------------------------------*/

#if defined(CONFIG_SOC_OMAP2430) || defined(CONFIG_SOC_OMAP3430) || \
defined(CONFIG_ARCH_OMAP4) || defined(CONFIG_ARCH_U8500) || \
defined(CONFIG_ARCH_U5500)
defined(CONFIG_ARCH_OMAP4) || defined(CONFIG_ARCH_U8500)

static irqreturn_t generic_interrupt(int irq, void *__hci)
{
Expand Down

0 comments on commit 5d8b245

Please sign in to comment.