[U-Boot] [PATCH 11/11] x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLE
Simon Glass
sjg at chromium.org
Wed Feb 3 04:28:10 CET 2016
On 2 February 2016 at 06:58, Bin Meng <bmeng.cn at 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 at 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 at chromium.org>
More information about the U-Boot
mailing list