mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
drivers/net/e1000.c: missing terminator for supported devices
Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
This commit is contained in:
parent
65f7d41031
commit
1bc4343730
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ static struct pci_device_id supported[] = {
|
|||
{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82540EM_LOM},
|
||||
{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82541ER},
|
||||
{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82541GI_LF},
|
||||
{}
|
||||
};
|
||||
|
||||
/* Function forward declarations */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue