dm: pci: Drop the old version of pci_find_class()
authorSimon Glass <sjg@chromium.org>
Sun, 29 Nov 2015 20:18:00 +0000 (13:18 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 12 Jan 2016 17:19:09 +0000 (10:19 -0700)
commit170366c113b6ccadaceb8fcc76da7371d124e0c1
tree3c1b62601763478ffacedd5690650f27cac7fa44
parent0fe9cb0fbb6214f8931f000b14aa43dab86a84b9
dm: pci: Drop the old version of pci_find_class()

Move this function into the compatibility file so that it is 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