Re: [U-Boot] [PATCH 11/11] x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLE

2016-02-04 Thread Bin Meng
On Wed, Feb 3, 2016 at 11:28 AM, Simon Glass wrote: > On 2 February 2016 at 06:58, Bin Meng 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, >>

Re: [U-Boot] [PATCH 11/11] x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLE

2016-02-02 Thread Simon Glass
On 2 February 2016 at 06:58, Bin Meng 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

[U-Boot] [PATCH 11/11] x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLE

2016-02-02 Thread Bin Meng
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 --- arch/x86/include/asm/pci.h | 7 ---