]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: pci: Drop the old version of pci_find_device/s()
authorSimon Glass <sjg@chromium.org>
Sun, 29 Nov 2015 20:17:59 +0000 (13:17 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 12 Jan 2016 17:19:09 +0000 (10:19 -0700)
commit0fe9cb0fbb6214f8931f000b14aa43dab86a84b9
treed8b889c1420b4c3657606bde4de13d19ff3d995a
parent8beb0bda9c59146df70b960ce69ecfbd6f744028
dm: pci: Drop the old version of pci_find_device/s()

Move these functions into the compatibility file so that they are not
available by default.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/pci/pci_common.c