pci: usb: ohci: Test on PCI not DM_PCI
authorSimon Glass <sjg@chromium.org>
Mon, 2 Aug 2021 00:54:26 +0000 (18:54 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 5 Aug 2021 23:45:54 +0000 (19:45 -0400)
commit990ac1b341f8798cf7106ee79947231430a9aa20
tree4c41ea6160f2108bbf440165af762aa9bb390ba6
parent5ccee855f2106eba5a28d9a30f47d94f9ecc17eb
pci: usb: ohci: Test on PCI not DM_PCI

Now that DM_PCI is always enabled, check on CONFIG_PCI instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
[trini: Update for non-PCI users of this code, reword]
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/usb/host/ohci-hcd.c