[U-Boot] [PATCH v3 07/72] dm: core: Rename of_device_is_compatible()

sjg at google.com sjg at google.com
Thu May 25 00:07:04 UTC 2017


The of_ prefix conflicts with the livetree version of this function.
Rename it to avoid problems when we add livetree support.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v3: None
Changes in v2: None

 drivers/core/device.c             | 2 +-
 drivers/firmware/psci.c           | 4 ++--
 drivers/mmc/xenon_sdhci.c         | 2 +-
 drivers/net/cpsw-common.c         | 4 ++--
 drivers/net/mvneta.c              | 2 +-
 drivers/phy/marvell/comphy_core.c | 4 ++--
 drivers/usb/host/ehci-marvell.c   | 2 +-
 drivers/usb/host/xhci-rockchip.c  | 2 +-
 include/dm/device.h               | 4 ++--
 9 files changed, 13 insertions(+), 13 deletions(-)

Applied to u-boot-dm


More information about the U-Boot mailing list