
3 Feb
2016
3 Feb
'16
4:28 a.m.
On 2 February 2016 at 06:58, Bin Meng bmeng.cn@gmail.com wrote:
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
arch/x86/include/asm/pci.h | 7 ------- arch/x86/lib/Makefile | 3 --- arch/x86/lib/pci_type1.c | 50 ---------------------------------------------- 3 files changed, 60 deletions(-) delete mode 100644 arch/x86/lib/pci_type1.c
Reviewed-by: Simon Glass sjg@chromium.org