usb: musb-new: mt85xx: Fix not calling dev_err with a device
authorSean Anderson <seanga2@gmail.com>
Mon, 5 Oct 2020 01:39:55 +0000 (21:39 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 16 Oct 2020 13:44:27 +0000 (09:44 -0400)
commit0b4826a9a8bb668782823ecc3adade4f8678f015
treed192c4126c96f2b9041efa9c499d58470ff47f47
parente010524b5da4667a83f713e5a3db99726ad40f63
usb: musb-new: mt85xx: Fix not calling dev_err with a device

This driver doesn't use DM (in the correct places), so we use a device and
not a udevice. We also need to include device_compat.h

Signed-off-by: Sean Anderson <seanga2@gmail.com>
drivers/usb/musb-new/mt85xx.c