usb: host: xhci: plat: make use of new methods in xhci_plat_priv
authorFelipe Balbi <[email protected]>
Fri, 22 Apr 2016 10:17:16 +0000 (13:17 +0300)
committerGreg Kroah-Hartman <[email protected]>
Tue, 26 Apr 2016 23:08:02 +0000 (16:08 -0700)
commitb1c127ae990bccf0187d741c1695a61e54de1943
tree09e476a2f595ccdcf4089e3f2ee20e38d4ac5b14
parent72d4b2847d3d31fcc3910e18b72d026987626c8d
usb: host: xhci: plat: make use of new methods in xhci_plat_priv

Now that the code has been refactored enough,
switching over to using ->plat_start() and
->init_quirk() becomes a very simple patch.

After this patch, there are no further uses for
xhci_plat_type_is() which will be removed in a
follow-up patch.

Acked-by: Yoshihiro Shimoda <[email protected]>
Signed-off-by: Felipe Balbi <[email protected]>
Signed-off-by: Mathias Nyman <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/host/xhci-plat.c