Home
last modified time | relevance | path

Searched hist:da2bd437b796b2673ca5246dd6c6adbf97a7359a (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci-hcd.cda2bd437b796b2673ca5246dd6c6adbf97a7359a Tue Jul 16 08:49:03 UTC 2019 Heiko Schocher <hs@denx.de> UPSTREAM: usb, ohci-hdc: fix warning 'ohci_pci_ids' defined but not used

var ohci_pci_ids is only used if DM_USB is not enabled.
So define this varaible only if
!CONFIG_IS_ENABLED(DM_USB)

Change-Id: I2da8e2b51cd2f225e7b452bf5bb0179a2d1e4ee4
Signed-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
(cherry picked from commit b005d7d5f96539450e50450f12491913e135c2a9)