Re: [RESEND PATCH v2 1/1] usb: fix build error without CONFIG_USB_PHY

2013-06-24 Thread Greg KH
On Mon, Jun 24, 2013 at 03:23:25PM +0300, Felipe Balbi wrote: > On Mon, Jun 24, 2013 at 11:15:35AM +0300, Alexander Shishkin wrote: > > Peter Chen writes: > > > > > on i386: > > > > > > drivers/built-in.o: In function `ci_hdrc_probe': > > > core.c:(.text+0x20446b): undefined reference to `of_usb_

Re: [RESEND PATCH v2 1/1] usb: fix build error without CONFIG_USB_PHY

2013-06-24 Thread Felipe Balbi
On Mon, Jun 24, 2013 at 11:15:35AM +0300, Alexander Shishkin wrote: > Peter Chen writes: > > > on i386: > > > > drivers/built-in.o: In function `ci_hdrc_probe': > > core.c:(.text+0x20446b): undefined reference to `of_usb_get_phy_mode' > > > > Signed-off-by: Peter Chen > > Reported-by: Randy Dunl

Re: [RESEND PATCH v2 1/1] usb: fix build error without CONFIG_USB_PHY

2013-06-24 Thread Alexander Shishkin
Peter Chen writes: > on i386: > > drivers/built-in.o: In function `ci_hdrc_probe': > core.c:(.text+0x20446b): undefined reference to `of_usb_get_phy_mode' > > Signed-off-by: Peter Chen > Reported-by: Randy Dunlap > Acked-by: Randy Dunlap It's actually Felipe's turf, so needs either his ack or

[RESEND PATCH v2 1/1] usb: fix build error without CONFIG_USB_PHY

2013-06-23 Thread Peter Chen
on i386: drivers/built-in.o: In function `ci_hdrc_probe': core.c:(.text+0x20446b): undefined reference to `of_usb_get_phy_mode' Signed-off-by: Peter Chen Reported-by: Randy Dunlap Acked-by: Randy Dunlap --- Changes for v2: - Using IS_ENABLED to MACRO define include/linux/usb/of.h | 16 +++