]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLE
authorBin Meng <bmeng.cn@gmail.com>
Tue, 2 Feb 2016 13:58:09 +0000 (05:58 -0800)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 5 Feb 2016 04:47:24 +0000 (12:47 +0800)
commit5c884420a5752163ce738701701ae1874d8f466d
tree272d9681f2206e68daffef295da7370e8b9b973c
parentd8277a87d0993492b2c09dcd9ccf1ce652d03b9c
x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLE

Now that we have converted all x86 codes to DM PCI, drop pci_type1.c
which is only built for legacy PCI. Also per checkpatch.pl warning,
DEFINE_PCI_DEVICE_TABLE is now deprecated so drop that too.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/pci.h
arch/x86/lib/Makefile
arch/x86/lib/pci_type1.c [deleted file]