Re: [PATCH] phy: sun4i-usb: Fix build dependency

2016-09-16 Thread Kishon Vijay Abraham I
+Arnd Hi, On Friday 16 September 2016 07:45 AM, Axel Lin wrote: > of_usb_get_dr_mode_by_phy will not be compiled if !USB_COMMON, fix below > build error. > > ERROR: "of_usb_get_dr_mode_by_phy" [drivers/phy/phy-sun4i-usb.ko] undefined! > scripts/Makefile.modpost:91: recipe for target '__modpost'

[PATCH] phy: sun4i-usb: Fix build dependency

2016-09-15 Thread Axel Lin
of_usb_get_dr_mode_by_phy will not be compiled if !USB_COMMON, fix below build error. ERROR: "of_usb_get_dr_mode_by_phy" [drivers/phy/phy-sun4i-usb.ko] undefined! scripts/Makefile.modpost:91: recipe for target '__modpost' failed make[1]: *** [__modpost] Error 1 Signed-off-by: Axel Lin --- drive