On Mi, 2016-06-08 at 17:50 -0300, Eduardo Habkost wrote:
> usb_enabled() is just a wrapper for machine_usb(current_machine)
> and is not necessary, replace all usages of usb_enabled() with
> machine_usb().
>
> In the case of pxa2xx, just remove usb_enabled() usage
> completely.
>
> Eduardo Habkos
usb_enabled() is just a wrapper for machine_usb(current_machine)
and is not necessary, replace all usages of usb_enabled() with
machine_usb().
In the case of pxa2xx, just remove usb_enabled() usage
completely.
Eduardo Habkost (2):
pxa2xx: Unconditionally enable USB controller
vl: Eliminate us