drivers/net/e1000.c: missing terminator for supported devices

Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
This commit is contained in:
Stefan Althoefer 2008-12-20 19:40:41 +01:00 committed by Wolfgang Denk
parent 65f7d41031
commit 1bc4343730
1 changed files with 1 additions and 0 deletions

View File

@ -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 */